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 18, 2023
1 parent 31facba commit 0a583fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ def call() {

logger.bannerStage('init')

info("This is an informational message.")
warn("This is a warning message.")
err("This is an error message.")
success("This is a success message.")
debug("This is a debug message.")
bannerLogo("Banner Logo")
bannerStage("My Stage")
logger.info("This is an informational message.")
logger.warn("This is a warning message.")
logger.err("This is an error message.")
logger.success("This is a success message.")
logger.debug("This is a debug message.")
logger.bannerLogo("Banner Logo")
logger.bannerStage("My Stage")

withEnv(envtofill) {

Expand Down

0 comments on commit 0a583fb

Please sign in to comment.