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