Use correct publishing credentials.

This commit is contained in:
Mark Paluch
2025-06-16 10:32:24 +02:00
parent ec1d967354
commit 5b96378698
2 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@@ -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')
}

View File

@@ -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>