Fix credentials

This commit is contained in:
Mark Paluch
2025-06-17 11:10:49 +02:00
parent 165fbe4f97
commit b1cc219313

2
Jenkinsfile vendored
View File

@@ -60,7 +60,7 @@ pipeline {
MAVEN_SIGNING_KEY_PASSWORD = credentials('spring-gpg-passphrase')
GIT_SIGNING_KEY = credentials('spring-gpg-github-private-key-jenkins')
GIT_SIGNING_KEY_PASSWORD = credentials('spring-gpg-github-passphrase-jenkins')
SONATYPE = credentials('central-token')
CENTRAL_TOKEN = credentials('central-token')
}
steps {