Early allocate workera

This commit is contained in:
Mark Paluch
2025-06-17 10:32:09 +02:00
parent 52e22e98c4
commit adc60d8152

2
Jenkinsfile vendored
View File

@@ -59,7 +59,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')
CENTRAL_TOKEN = credentials('central-token')
SONATYPE = credentials('central-token')
}
steps {