Skip to content

Commit

Permalink
Add closure to Helm pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Aug 23, 2023
1 parent 830e2ec commit 2fe668b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v-9.39.0
v-9.40.0
4 changes: 4 additions & 0 deletions vars/buildHelm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ void call(Map config=[:]) {
}
}

if (config.containsKey('validateClosure')) {
config['validateClosure']()
}

stage('Helm lint') {
test.lintHelm(repoName)
}
Expand Down

0 comments on commit 2fe668b

Please sign in to comment.