Update Jenkinsfile

This commit is contained in:
2025-05-26 12:52:38 +03:00
parent 947f31b67c
commit 7e1252e330

2
Jenkinsfile vendored
View File

@@ -90,7 +90,7 @@ spec:
stage('Upload helm chart') {
steps {
script {
uploadHelmChart("example-app-1.0.0-SNAPSHOT.tgz", "$NEXUS_URL", "admin", "$NEXUS_PASS")
uploadHelmChart("example-app-1.0.0-SNAPSHOT.tgz", env.NEXUS_URL, "admin", env.NEXUS_PASS)
}
}
}