Skip to content

Commit d392b26

Browse files
Update Jenkinsfile
1 parent 0462d00 commit d392b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
def ARTIFACT_ID = 'strongbox-web-ui'
44
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/'
5+
def DEPLOY_SERVER_URL = 'https://eu.repo.carlspring.org/content/repositories/carlspring-oss-snapshots/'
6+
def PR_SERVER_URL = 'https://eu.repo.carlspring.org/content/repositories/carlspring-oss-pull-requests/'
77

88
// Notification settings for "master" and "branch/pr"
99
def notifyMaster = [notifyAdmins: true, recipients: [culprits(), requestor()]]

0 commit comments

Comments
 (0)