diff --git a/Jenkinsfile b/Jenkinsfile index 6907a8a..9ee6eaf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ pipeline { sh 'echo $GPG_SECRET_KEYS | base64 --decode | gpg --batch --import' sh 'echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust' withMaven( - mavenSettingsConfig: 'maven-central' + mavenSettingsConfig: 'fb36efbf-1df7-4366-80b5-c40c359a2711' ) { sh "mvn deploy" }