diff --git a/Jenkinsfile b/Jenkinsfile index b31e5c9..32df799 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,7 +89,7 @@ spec: } stage('Upload helm chart') { steps { - container('maven') { + script { uploadHelmChart("example-app-1.0.0-SNAPSHOT.tgz", "$NEXUS_URL", "admin", "$NEXUS_PASS") } }