Skip to content

Commit

Permalink
ref(17): Add more configuration on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 31, 2023
1 parent 79a2d45 commit 82f823e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ def call() {
) {
node(pod_init_label) {

withEnv(env_variables_list) {

logger.bannerLogo(libraryResource('config/banner/wild.txt'))

stage('init') {

withEnv(env_variables_list) {


logger.bannerStage('init')

Expand Down

0 comments on commit 82f823e

Please sign in to comment.