We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0462d00 commit d392b26Copy full SHA for d392b26
Jenkinsfile
@@ -2,8 +2,8 @@
2
3
def ARTIFACT_ID = 'strongbox-web-ui'
4
def SERVER_ID = 'carlspring-oss-snapshots'
5
-def DEPLOY_SERVER_URL = 'https://repo.carlspring.org/content/repositories/carlspring-oss-snapshots/'
6
-def PR_SERVER_URL = 'https://repo.carlspring.org/content/repositories/carlspring-oss-pull-requests/'
+def DEPLOY_SERVER_URL = 'https://eu.repo.carlspring.org/content/repositories/carlspring-oss-snapshots/'
+def PR_SERVER_URL = 'https://eu.repo.carlspring.org/content/repositories/carlspring-oss-pull-requests/'
7
8
// Notification settings for "master" and "branch/pr"
9
def notifyMaster = [notifyAdmins: true, recipients: [culprits(), requestor()]]
0 commit comments