Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wrapping global functions
Jim Van Fleet committed May 3, 2017
1 parent 76acebd commit 14be1aa
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions vars/i2.groovy
@@ -0,0 +1,10 @@
class internet2 implements Serializable {

def maintainer() {
"tier"
}

def caution(message){
echo "Hello, ${maintainer}! CAUTION: ${message}"
}
}
7 changes: 0 additions & 7 deletions vars/internet2.groovy

This file was deleted.

0 comments on commit 14be1aa

Please sign in to comment.