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