Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp-ci
/
pipeline-library
/
8006cceb15b3b86c956a6e00f44443ba0ba17505
/
.
/
src
/
com
/
mirantis
/
mk
/
Helm.groovy
blob: c3b23fb41828a8044468e812b73cef07c9a9dc5b [
file
] [
log
] [
blame
]
package
com
.
mirantis
.
mk
/**
*
* Functions to work with Helm
*
*/
/**
* Build index file for helm chart
*/
def
helmIndex
(){
sh
(
"helm index"
)
}