0e32ed0cc0
When cancelling the `minimal` CI finalization testnet on Jenkins, the internal Jenkins cancellation exception is being caught by `catchError` and the `mainnet` CI finalization testnet will still run. Replacing the logic with `try` / `finally` instead, and moving the `archiveArtifacts` step to the post-build (to run that even on cancellation / failure). |
||
---|---|---|
.. | ||
Jenkinsfile | ||
Jenkinsfile.benchmarks |