define it as a list

This commit is contained in:
Hyatt 2022-01-19 13:06:05 -06:00
parent 914130b70c
commit a59322aa74
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

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") {