We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1d967 commit c0c9605Copy full SHA for c0c9605
Jenkinsfile
@@ -90,7 +90,7 @@ pipeline {
90
91
environment {
92
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
93
- SONATYPE = credentials('oss-s01-token')
+ CENTRAL_TOKEN = credentials('central-token')
94
KEYRING = credentials('spring-signing-secring.gpg')
95
PASSPHRASE = credentials('spring-gpg-passphrase')
96
}
0 commit comments