commit | f313389f8ab728d7b4207da36804ea54415c830b | [log] [tgz] |
---|---|---|
author | Nicolas De Loof <nicolas.deloof@gmail.com> | Wed Dec 03 09:04:58 2014 +0100 |
committer | Nicolas De Loof <nicolas.deloof@gmail.com> | Wed Dec 03 09:04:58 2014 +0100 |
tree | 8ba03697da8e905e79c0cf55c3196468c4cba86a | |
parent | a679ceeb037a74b2c53e739b2e3398cc2eec7744 [diff] [blame] |
add previous LTS
diff --git a/1.565.2/init.groovy b/1.565.2/init.groovy new file mode 100644 index 0000000..83c3a3d --- /dev/null +++ b/1.565.2/init.groovy
@@ -0,0 +1,9 @@ +import hudson.model.*; +import jenkins.model.*; + + +Thread.start { + sleep 10000 + println "--> setting agent port for jnlp" + Jenkins.instance.setSlaveAgentPort(50000) +}