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 26, 2023
1 parent c52f996 commit 20eb284
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ def call() {

logger.bannerStage('init')

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")
//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")

sh(script: "git config --global http.sslverify false")
checkout scm
Expand All @@ -59,7 +59,8 @@ def call() {
container('bash') {
names_containers_run = sh(
script: '''
cat ${wild_path}/src/lib/workflow.sh
uname -m
file ${wild_path}/src/lib/workflow.sh
source ${wild_path}/src/lib/workflow.sh
workflow_get_workflows_containers_names ${wild_path}/test/config/workflow-default.json
''',
Expand Down

0 comments on commit 20eb284

Please sign in to comment.