Switch to oss-s01-token for authentication.

This commit is contained in:
Jens Schauder
2024-07-12 18:10:23 +02:00
parent 7bccf3ea4a
commit b1c14660ca

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('oss-login')
SONATYPE = credentials('oss-s01-token')
}
steps {