fix nexus app deploy

This commit is contained in:
kirill.labutin 2026-08-14 18:36:14 +03:00
parent 5a556d9b00
commit f82f644368
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 """