Skip to content

Commit

Permalink
ref(15): Start testing wild integration with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 20, 2023
1 parent 1a14308 commit f84fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def call() {
string pod_init_label = "wild-init-1"
string pod_run_label = "wild-run-1"
def k8s_containers_init = libraryResource('config/k8s/containers-init.yaml')
var k8s_containers_run = null
def k8s_containers_run

def colored_xterm = isColoredXterm()
def env_variables_list = [
Expand Down

0 comments on commit f84fbf0

Please sign in to comment.