fix nexus app deploy
This commit is contained in:
parent
5a556d9b00
commit
f82f644368
|
|
@ -80,7 +80,7 @@ pipeline {
|
|||
stage('Upload app to Nexus') {
|
||||
steps {
|
||||
script {
|
||||
withCredentials([usernamePassword(credentialsId: 'nexus-credentials',
|
||||
withCredentials([usernamePassword(credentialsId: NEXUS_CREDENTIALS_ID,
|
||||
usernameVariable: 'NEXUS_USER',
|
||||
passwordVariable: 'NEXUS_PASSWORD')]) {
|
||||
sh """
|
||||
|
|
|
|||
Loading…
Reference in New Issue