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 0da8c75 commit 258621c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ def call() {
def config_containers = readYaml(file: "${wild_path}/config/k8s/containers-config.yaml")
def names_containers_run = []
container('bash') {
sh "chmod +x ${wild_path}/src/lib/workflow.sh"
names_containers_run = sh(
script: '''
ps -p $$
source ${wild_path}/src/lib/workflow.sh
printf "My current shell - %s\\n" "$SHELL"
workflow_get_workflows_containers_names ${wild_path}/test/config/workflow-default.json
''',
returnStdout: true)
Expand Down

0 comments on commit 258621c

Please sign in to comment.