Use correct publishing credentials.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -90,7 +90,7 @@ pipeline {
|
||||
|
||||
environment {
|
||||
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
|
||||
SONATYPE = credentials('oss-s01-token')
|
||||
CENTRAL_TOKEN = credentials('central-token')
|
||||
KEYRING = credentials('spring-signing-secring.gpg')
|
||||
PASSPHRASE = credentials('spring-gpg-passphrase')
|
||||
}
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
</server>
|
||||
<server>
|
||||
<id>central</id>
|
||||
<username>${env.CENTRAL_TOKEN_USERNAME}</username>
|
||||
<password>${env.CENTRAL_TOKEN_PASSWORD}</password>
|
||||
<username>${env.CENTRAL_TOKEN_USR}</username>
|
||||
<password>${env.CENTRAL_TOKEN_PSW}</password>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user