Update Jenkinsfile

This commit is contained in:
2025-05-26 12:32:32 +03:00
parent f530d34271
commit 947f31b67c

2
Jenkinsfile vendored
View File

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