Skip to content

Commit 3244977

Browse files
committed
Credentials
1 parent dcbb5a8 commit 3244977

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ pipeline {
1212
environment {
1313
OP_CLI_PATH = '/usr/local/bin/'
1414
MAVEN_GPG_PASSPHRASE = 'op://Jenkins/GPG/password'
15+
SONATYPE_USERNAME = 'op://Jenkins/Sonatype/username'
16+
SONATYPE_PASSWORD = 'op://Jenkins/Sonatype/password'
1517
}
1618
steps {
1719
checkout([$class: 'GitSCM', branches: scm.branches, extensions: scm.extensions + [[$class: 'CleanCheckout']], userRemoteConfigs: scm.userRemoteConfigs])

0 commit comments

Comments
 (0)