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 25, 2023
1 parent 4ca0f24 commit 83ac0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ workflow::_check_workflow_definition_path() {
#@const workflow_definition_path (read-only)
#@stdout Writes debug messages to stdout
#@return All found containers' names of the workflow as array
workflow::_get_workflows_containers_names() {
workflow::get_workflows_containers_names() {
local workflow_definition_path="${1:-}"

local containers_names=()
Expand Down
2 changes: 1 addition & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def call() {
script: '''
#!/usr/bin/env bash
source ${wild_path}/src/lib/workflow.sh
workflow::_get_workflows_containers_names ${wild_path}/test/config/workflow-default.json
workflow::get_workflows_containers_names ${wild_path}/test/config/workflow-default.json
''',
returnStdout: true)
}
Expand Down

0 comments on commit 83ac0be

Please sign in to comment.