Early allocate workera
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -59,7 +59,7 @@ pipeline {
|
|||||||
MAVEN_SIGNING_KEY_PASSWORD = credentials('spring-gpg-passphrase')
|
MAVEN_SIGNING_KEY_PASSWORD = credentials('spring-gpg-passphrase')
|
||||||
GIT_SIGNING_KEY = credentials('spring-gpg-github-private-key-jenkins')
|
GIT_SIGNING_KEY = credentials('spring-gpg-github-private-key-jenkins')
|
||||||
GIT_SIGNING_KEY_PASSWORD = credentials('spring-gpg-github-passphrase-jenkins')
|
GIT_SIGNING_KEY_PASSWORD = credentials('spring-gpg-github-passphrase-jenkins')
|
||||||
CENTRAL_TOKEN = credentials('central-token')
|
SONATYPE = credentials('central-token')
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user