-
New Feature
-
Resolution: Won't Do
-
Minor
-
jenkins pipeline
It could be interesting to have an option to log robot report even if the general build is failed or aborted
[JENKINS-73707] able to have report result on build aborted or failed
Resolution | New: Won't Do [ 10001 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Hi adrien_force,
This isn't really related to the plugin behaviour in itself. This is already possible with Jenkins by default:
In your pipeline you can have a post section where you determine what actions to make. Possible values in your case is "alawys", "aborted", "failure", "cleanup" as described in pipeline syntax documentation.
E.g