commit | 91a58f1b7341ab8a253de7f4dec752d9daebd27b | [log] [tgz] |
---|---|---|
author | Nicolas De Loof <nicolas.deloof@gmail.com> | Tue Dec 02 17:19:41 2014 +0100 |
committer | Nicolas De Loof <nicolas.deloof@gmail.com> | Tue Dec 02 17:19:41 2014 +0100 |
tree | 70c01923f102f0905d803679084ed7bda0974dea | |
parent | 40c3e3f46939b9f9dcf8d46e62fa7daa80485588 [diff] [blame] |
add support for Jenkins Enterprise by cloudbees
diff --git a/1.554.1.1/init.groovy b/1.554.1.1/init.groovy new file mode 100644 index 0000000..83c3a3d --- /dev/null +++ b/1.554.1.1/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) +}