Skip to content

Commit

Permalink
Different env approach
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class DockerBuild implements Serializable {
}

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

def imagename() {
Expand Down

0 comments on commit 8c5fffb

Please sign in to comment.