Experiment with overriding built-in steps from a Shared Library

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

3
vars/sh.groovy Normal file
View File

@ -0,0 +1,3 @@
def call(String command) {
echo "I'm not going to bother calling ${command} even though you asked"
}