From a59322aa74385bc25073ceb01f7da27d99ea0156 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Wed, 19 Jan 2022 13:06:05 -0600 Subject: [PATCH] define it as a list --- vars/functions.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/functions.groovy b/vars/functions.groovy index 5ff1a55..e9facb0 100644 --- a/vars/functions.groovy +++ b/vars/functions.groovy @@ -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") {