def call(String chartPath) { container('helm') { sh "helm package ${chartPath}" echo "Helm chart packaged successfully: ${chartPath}" } }