corrects syntax

This commit is contained in:
Hyatt 2022-01-11 16:35:15 -06:00
parent 5edd8b0e58
commit 4ea9e666e3
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -4,7 +4,7 @@ def deletePod(
String kubeAuth, String kubeAuth,
String kubeURL, String kubeURL,
String namespace, String namespace,
String selector, String selector
){ ){
def label = "kubernetes-${UUID.randomUUID().toString()}" def label = "kubernetes-${UUID.randomUUID().toString()}"
def ws = pwd() def ws = pwd()
@ -51,7 +51,7 @@ spec:
def buildContainer(String repository, def buildContainer(String repository,
String imageDest, String imageDest,
String dockerFile, String dockerFile,
String repoCreds,) { String repoCreds) {
def label = "kaniko-${UUID.randomUUID().toString()}" def label = "kaniko-${UUID.randomUUID().toString()}"
def ws = pwd() def ws = pwd()