Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Different env approach
Jim Van Fleet committed May 3, 2017
1 parent 74ace59 commit 8c5fffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/internet2/jenkins/DockerBuild.groovy
@@ -10,7 +10,7 @@ class DockerBuild implements Serializable {
}

def tag() {
env.toString()
env.keys.toString()
}

def imagename() {

0 comments on commit 8c5fffb

Please sign in to comment.