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 19, 2023
1 parent 9be2715 commit f78c411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def call() {
def pipeline = readJSON(file: "${wild_path}/config/workflow-default.json")
logger.info("Processing pipeline '${pipeline.name}' version '${pipeline.version}'...")

for ( action in pipeline.wokflow ) {
def actions = pipeline.wokflow.collect { it.action }
actions.each { action ->
stage(action.name) {
container(action.container) {
if (action.action) {
Expand Down

0 comments on commit f78c411

Please sign in to comment.