Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
If you use it you must serialize it
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
@@ -1,6 +1,6 @@
package edu.internet2.jenkins;

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

0 comments on commit b434f33

Please sign in to comment.