Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp-ci
/
pipeline-library
/
5d131b67c8e90fac3b65da320b6357188de04ba7
/
.
/
src
/
com
/
mirantis
/
mk
/
Helm.groovy
blob: c3b23fb41828a8044468e812b73cef07c9a9dc5b [
file
] [
log
] [
blame
]
Ruslan Gustomiasov
5d131b6
2019-08-21 11:51:26 +0200
[
diff
] [
blame^
]
1
package
com
.
mirantis
.
mk
2
3
/**
4
*
5
* Functions to work with Helm
6
*
7
*/
8
9
/**
10
* Build index file for helm chart
11
*/
12
13
def
helmIndex
(){
14
sh
(
"helm index"
)
15
}