ess-dmsc / kafka-to-nexus

(Mirror: moved to https://gitlab.esss.lu.se/ecdc/ess-dmsc/kafka-to-nexus) Writes NeXus files from experiment data streamed through Apache Kafka.
BSD 2-Clause "Simplified" License
2 stars 4 forks source link

ECDC-3642: Postpone pr-checks build failure #719

Closed amues closed 10 months ago

amues commented 10 months ago

Issue

ECDC-3642

Description of work

Make Jenkins build continue pull request checks after one of them fails.

Checklist

amues commented 10 months ago

@mattclarke I've used catchError in the Jenkinsfile, which will wait for marking the build as failed until the end of the pipeline. See, for example, the previous run https://jenkins.esss.dk/dm/blue/organizations/jenkins/ess-dmsc%2Fkafka-to-nexus/detail/PR-719/9/pipeline/207/, where I forced an error in pr-checks. Let me know if this doesn't solve the issue you reported.