nimbus-eth2/ci
Etan Kissling 0e32ed0cc0
cancel non-started finalization testnets on cancel (#4334)
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).
2022-11-18 16:08:56 +00:00
..
Jenkinsfile cancel non-started finalization testnets on cancel (#4334) 2022-11-18 16:08:56 +00:00
Jenkinsfile.benchmarks ci: refactor Jenkinsfile to be a pipeline (#3827) 2022-07-22 01:34:31 +03:00