commit | b7850f2eba0221a1e2ac72b1ea6ecd8d51e3e558 | [log] [tgz] |
---|---|---|
author | Nicolas De Loof <nicolas.deloof@gmail.com> | Tue Mar 03 11:02:40 2015 +0100 |
committer | Nicolas De Loof <nicolas.deloof@gmail.com> | Tue Mar 03 11:03:10 2015 +0100 |
tree | ac92bc736ab6a46430bd0f83baab45395feee3df | |
parent | 0b88a12b6185c108ffb9d0762dd1b983d9b49db6 [diff] [blame] |
new LTS and weekly
diff --git a/1.600/init.groovy b/1.600/init.groovy new file mode 100644 index 0000000..83c3a3d --- /dev/null +++ b/1.600/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) +}