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

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

0 comments on commit 71656e5

Please sign in to comment.