Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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