define it as a list

This commit is contained in:
2022-01-19 13:06:05 -06:00
parent 914130b70c
commit a59322aa74

View File

@@ -53,7 +53,7 @@ def deletePod (Map config) {
}
}
def buildContainer (Map config, []String buildArg = []) {
def buildContainer (Map config, List buildArg = []) {
def ws = pwd()
stage ("Build Container") {
container ("kaniko") {