RETIRED, The jenkins gearman plugin
Go to file
Khai Do bac87b1bf2 fix gearman function registration bug
The gearman function registration was registering functions on nodes
multiple times.  Added a check to make sure nodes on the label
matched the node in the executor before registering the function.
Also added better documentation and helper functions.

Change-Id: Id13bbfe0c003a82e1e311736c5ff7a682e5efca1
2013-02-08 15:56:29 -08:00
.settings update eclipse setting 2013-01-29 12:05:01 -08:00
src/main fix gearman function registration bug 2013-02-08 15:56:29 -08:00
.classpath setup maven project directories in eclipse 2013-01-11 16:28:22 -08:00
.gitignore add work folder to git ignore 2013-01-29 12:05:01 -08:00
.gitreview Added .gitreview 2013-01-10 23:49:17 +00:00
.project setup maven project directories in eclipse 2013-01-11 16:28:22 -08:00
LICENSE add pom.xml and gearman-plugin source file. 2013-01-29 10:09:47 -08:00
README.txt setup skeleton GearmanPlugin. 2013-01-29 12:04:42 -08:00
bsd.txt setup gearman workers 2013-02-06 10:21:20 -08:00
debug Gearman configuration UI is setup in the jenkins config page 2013-01-29 12:05:01 -08:00
install-fast setup skeleton GearmanPlugin. 2013-01-29 12:04:42 -08:00
pom.xml threads all plumbed thru 2013-01-31 15:11:33 -08:00
run-fast setup skeleton GearmanPlugin. 2013-01-29 12:04:42 -08:00

README.txt

This plugin attempts to integrate Gearman with Jenkins.

http://wiki.jenkins-ci.org/display/JENKINS/Gearman+Plugin