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 3d8f59c commit 9be2715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/jenkins/config/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ workflow-aggregator:latest
kubernetes:latest
job-dsl:latest
ansicolor:latest
pipeline-utility-steps:latest
2 changes: 1 addition & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def call() {

unstash "init"

def pipeline = readJson(file: "${wild_path}/config/workflow-default.json")
def pipeline = readJSON(file: "${wild_path}/config/workflow-default.json")
logger.info("Processing pipeline '${pipeline.name}' version '${pipeline.version}'...")

for ( action in pipeline.wokflow ) {
Expand Down

0 comments on commit 9be2715

Please sign in to comment.