Skip to content

Commit c0c9605

Browse files
committed
Use correct publishing credentials.
1 parent ec1d967 commit c0c9605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pipeline {
9090

9191
environment {
9292
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
93-
SONATYPE = credentials('oss-s01-token')
93+
CENTRAL_TOKEN = credentials('central-token')
9494
KEYRING = credentials('spring-signing-secring.gpg')
9595
PASSPHRASE = credentials('spring-gpg-passphrase')
9696
}

0 commit comments

Comments
 (0)