uhhhhhh
This commit is contained in:
@@ -11,7 +11,7 @@ def call(String appName, String helmChartPath, String helmRepoName,String helmCh
|
||||
}
|
||||
stage('Upload helm chart') {
|
||||
script {
|
||||
uploadHelmChart("${appName}-${helmChartVersion}", env.NEXUS_URL, "admin", env.NEXUS_PASS)
|
||||
uploadHelmChart("${appName}-${helmChartVersion}.tgz", env.NEXUS_URL, "admin", env.NEXUS_PASS)
|
||||
}
|
||||
}
|
||||
stage('Docker build & push') {
|
||||
|
||||
Reference in New Issue
Block a user