Commit Graph

3 Commits

Author SHA1 Message Date
Antoine Musso 0c47b4292d Retire the project on OpenDev
It has been migrated to the Jenkins community:
https://github.com/jenkinsci/gearman-plugin/

Depends-On: Ib6010d7ce85a934501c50a53e9ac78dcf74bc403
Change-Id: I0c84db2ad3fbb4d9f0eff793a0159c6ed3a8e25c
2021-05-27 17:23:43 +02:00
Khai Do 8c06c46014 abort running jenkins builds
This checkin will allow a gearman client to request a job to abort a
build that Jenkins is currently running.  The client request needs to
send in the build id to request an abort.  This only aborts builds
that have already made it to jenkins.  It will NOT abort builds that are
still on the gearman queue. Canceling jobs from the gearman queue is a TODO

Added pydev nature due to the example python script added in last commit.
Also setup auto formatting to help remove trailing white spaces.

add additional documentation

set the plugin version starting at 0.0.1

Change-Id: I533934723ee4f4814ebd68c8a2f9fe32a6aef718
2013-02-21 10:17:54 -08:00
Khai Do f04b4f616d setup maven project directories in eclipse
Change-Id: I1a10030051dbaf20a7fb2ac01c350bc8657b92bc
2013-01-11 16:28:22 -08:00