Skip to content

Commit

Permalink
test (to remove)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Nov 19, 2021
1 parent 880219f commit ef424f4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/jenkins/scripts/deploy_artifacts/after_main.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
void execute(def pipelinesCommon) {
echo 'Hello from after main script'
}

return this
5 changes: 5 additions & 0 deletions .ci/jenkins/scripts/deploy_artifacts/before_main.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
void execute(def pipelinesCommon) {
echo 'Hello from before main script'
}

return this
5 changes: 5 additions & 0 deletions .ci/jenkins/scripts/deploy_artifacts/init.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
void execute(def pipelinesCommon) {
echo 'Hello from init script'
}

return this
5 changes: 5 additions & 0 deletions .ci/jenkins/scripts/deploy_artifacts/post.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
void execute(def pipelinesCommon) {
echo 'Hello from post script'
}

return this

0 comments on commit ef424f4

Please sign in to comment.