-
New Feature
-
Resolution: Incomplete
-
Minor
-
None
At the moment the publish step only run if the status is SUCCESS.
This is not very useful when things go wrong since you don't have the failure logs published.
It would be good to have a "Always publish" option that will ignore the job status.
(At the moment i hack it by using groovy to save the status, set it to SUCCESS, run the ssh and then restore the state...)