Skip to content

Commit

Permalink
If you use it you must serialize it
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 3, 2017
1 parent 66e3fad commit b434f33
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
@@ -1,6 +1,6 @@
package edu.internet2.jenkins;

class DockerBuild {
class DockerBuild implements Serializable {
def steps
def env
DockerBuild(env){ this.env = env }
Expand Down

0 comments on commit b434f33

Please sign in to comment.