Update Jenkinsfile

This commit is contained in:
2025-05-26 13:27:02 +03:00
parent 3482f0fd93
commit 18d2ce7a4e

2
Jenkinsfile vendored
View File

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