I am looking for an example Jenkinsfile
that a step is always executed, even if the previous step failed.
I want to assure that I archive some assembly results in the event of a failure, and I need to always have a completed step at the end.
How can i achieve this?
sorin source
share