From dad90ec1a51adab0d135974b171baa3874a4378d Mon Sep 17 00:00:00 2001 From: Steve Todorov Date: Wed, 30 Sep 2020 05:10:36 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9515538..6563f4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,9 @@ @Library('jenkins-shared-libraries') _ def SERVER_ID = 'carlspring' -def SNAPSHOT_SERVER_URL = 'https://repo.carlspring.org/content/repositories/carlspring-oss-snapshots' -def RELEASE_SERVER_URL = 'https://repo.carlspring.org/content/repositories/carlspring-oss-releases' -def PR_SERVER_URL = 'https://repo.carlspring.org/content/repositories/carlspring-oss-pull-requests' +def SNAPSHOT_SERVER_URL = 'https://eu.repo.carlspring.org/content/repositories/carlspring-oss-snapshots' +def RELEASE_SERVER_URL = 'https://eu.repo.carlspring.org/content/repositories/carlspring-oss-releases' +def PR_SERVER_URL = 'https://eu.repo.carlspring.org/content/repositories/carlspring-oss-pull-requests' // Notification settings for "master" and "branch/pr" def notifyMaster = [notifyAdmins: true, recipients: [culprits(), requestor()]]