-
Bug
-
Resolution: Unresolved
-
Major
-
None
I am trying to extend the 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"
It is blocking me on my task as If the result is "FAILURE" the plugin performs "A" task and on "ABORTED" performs "B" task.