corrects syntax
This commit is contained in:
parent
5edd8b0e58
commit
4ea9e666e3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user