-
Notifications
You must be signed in to change notification settings - Fork 11
agallou edited this page Apr 10, 2012
·
4 revisions
Returns the status of a branch on Jenkins-Khan
- branch_name (required) The branch name
- status The status of the branch. Could be :
- FAILURE
- SUCCESS
- RUNNING
- WAITING
- UNREACHABLE
- UNSTABLE
- ABORTED
- DELAYED
- null
Example: GET /branch/ticket_101/status
{
"status" : "FAILURE"
}
Deletes a build branch (and all its jobs) from Jenkins Khan.
-
branch_name
(required) The branch name
-
status
:0
if the deletion has been successful; non-zero if an error has occurred. -
message
: an informational text-message.
Directly launches all the jobs for the giving branch.
-
branch_name
(required) The branch name
-
status
:0
if the deletion has been successful; non-zero if an error has occurred. -
message
: an informational text-message if an error has occured. default is "OK".
Add all the jobs for the giving branch to the delayed queue.
-
branch_name
(required) The branch name
-
status
:0
if the deletion has been successful; non-zero if an error has occurred. -
message
: an informational text-message if an error has occured. default is "OK".
Launch all the jobs that was in the delayed queue.
-
status
:0
if the deletion has been successful; non-zero if an error has occurred. -
message
: an informational text-message if an error has occured. default is "OK".