corrects syntax
This commit is contained in:
@ -4,7 +4,7 @@ def deletePod(
|
||||
String kubeAuth,
|
||||
String kubeURL,
|
||||
String namespace,
|
||||
String selector,
|
||||
String selector
|
||||
){
|
||||
def label = "kubernetes-${UUID.randomUUID().toString()}"
|
||||
def ws = pwd()
|
||||
@ -51,7 +51,7 @@ spec:
|
||||
def buildContainer(String repository,
|
||||
String imageDest,
|
||||
String dockerFile,
|
||||
String repoCreds,) {
|
||||
String repoCreds) {
|
||||
|
||||
def label = "kaniko-${UUID.randomUUID().toString()}"
|
||||
def ws = pwd()
|
||||
|
Reference in New Issue
Block a user