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 26, 2023
1 parent 6e37f9d commit c52f996
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def call() {
container('bash') {
names_containers_run = sh(
script: '''
#!/usr/bin/env bash
bash --version
cat ${wild_path}/src/lib/workflow.sh
source ${wild_path}/src/lib/workflow.sh
workflow_get_workflows_containers_names ${wild_path}/test/config/workflow-default.json
''',
Expand Down

0 comments on commit c52f996

Please sign in to comment.