debugo
This commit is contained in:
6
vars/makeHelmChart.groovy
Normal file
6
vars/makeHelmChart.groovy
Normal file
@@ -0,0 +1,6 @@
|
||||
def call(String chartPath) {
|
||||
container('helm') {
|
||||
sh 'helm package ${chartPath}'
|
||||
echo "Helm chart packaged successfully: ${chartPath}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user