From b1c14660ca775c94c79d07076b28bea16f8cf0be Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 12 Jul 2024 18:10:23 +0200 Subject: [PATCH] Switch to oss-s01-token for authentication. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5f6b836..b9fc430 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {