Update Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user