define it as a list
This commit is contained in:
parent
914130b70c
commit
a59322aa74
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user