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 17, 2023
1 parent 09c0917 commit ea792ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def call() {
podTemplate(
label: pod_init_label,
yaml: k8sinitdefinition,
yamlMergeStrategy: merge(),
) {
node(pod_init_label) {
stage("init") {
Expand Down

0 comments on commit ea792ec

Please sign in to comment.