Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Basic libraries
Jim Van Fleet committed May 3, 2017
1 parent 5d93def commit 76acebd
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/edu/internet2/jenkins/DockerBuild.groovy
@@ -0,0 +1,10 @@
package edu.internet2;

class DockerBuild {
def steps
DockerBuild(steps){ this.steps = steps }

def build(args){

}
}
7 changes: 7 additions & 0 deletions vars/internet2.groovy
@@ -0,0 +1,7 @@
def maintainer() {
"tier"
}

def caution(message){
echo "Hello, ${maintainer}! CAUTION: ${message}"
}

0 comments on commit 76acebd

Please sign in to comment.