Experiment with overriding the script step in Declarative

This commit is contained in:
R. Tyler Croy 2017-08-02 10:51:03 -07:00
parent 3e24b2df01
commit 0d095ebd15
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 4 additions and 0 deletions

4
vars/script.groovy Normal file
View File

@ -0,0 +1,4 @@
def call(Closure body) {
echo "I know you want me to run some Scripted Pipeline"
echo "But I'm not going to"
}