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 5828729 commit 1a7a932
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/config/banner/wild.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
___ ______________________
__ | / ____ ____ ___ __ \
__ | /| / / __ / __ / __ / / /
__ |/ |/ / __/ / _ /___ /_/ /
____/|__/ /___/ /_____/_____/
WILD by Scalastic with 💙[::love::]
3 changes: 3 additions & 0 deletions vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def call() {
yamlMergeStrategy: merge()
) {
node(pod_init_label) {

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

stage('init') {

withEnv(envtofill) {
Expand Down

0 comments on commit 1a7a932

Please sign in to comment.