gearman-plugin/.project
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

30 lines
704 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>gearman-plugin</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>