Change By: Rupali Behera (31/Jan/13 2:40 PM)
Description: I am trying to extend the [jira plugin|https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin]

# I am performing a post build task.
# I am using build.getResult() to get Result of the  current build.
# So whenever I abort a build manually (clicking the red cross) it returns a result as "ABORTED"


But when I am configuring a job with a git repository.And I run the job and abort the build manually it returns the result as "FAILURE" instead of "ABORTED"
- [console output|http://pastie.org/5987093]

It is blocking me on my task as If the result is "FAILURE" the plugin performs "A" task and on "ABORTED" performs "B" task.



This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to