-
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
It could be interesting to have an option to log robot report even if the general build is failed or aborted
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