We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbb5a8 commit 3244977Copy full SHA for 3244977
Jenkinsfile
@@ -12,6 +12,8 @@ pipeline {
12
environment {
13
OP_CLI_PATH = '/usr/local/bin/'
14
MAVEN_GPG_PASSPHRASE = 'op://Jenkins/GPG/password'
15
+ SONATYPE_USERNAME = 'op://Jenkins/Sonatype/username'
16
+ SONATYPE_PASSWORD = 'op://Jenkins/Sonatype/password'
17
}
18
steps {
19
checkout([$class: 'GitSCM', branches: scm.branches, extensions: scm.extensions + [[$class: 'CleanCheckout']], userRemoteConfigs: scm.userRemoteConfigs])
0 commit comments