Skip to content

Commit

Permalink
ref(15): Start #6 testing wild integration with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 16, 2023
1 parent 2958924 commit 102a1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/pipeline.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def call(list clientparams = []) {

string pod_init_label = "wild-init-${uuid.randomuuid().tostring()}"
string pod_run_label = "wild-run-${uuid.randomuuid().tostring()}"
string pod_init_label = "wild-init-1"
string pod_run_label = "wild-run-1"

def k8sinitdefinition = libraryresource('config/k8s/containers-init.yaml')
def return_status = true
Expand Down

0 comments on commit 102a1cd

Please sign in to comment.