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 06892e5 commit d763f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def call() {
def actions = pipeline.workflow.collect { it.action }
actions.each { action ->
stage(action.name) {
logger.bannerStage(action.name)
container(action.container) {
if (action.action) {
sh "chmod +x ${action.action}"
Expand Down

0 comments on commit d763f51

Please sign in to comment.