indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

Keep going executing the pipeline if a defined step fails #166

Closed samuelbernardolip closed 2 years ago

samuelbernardolip commented 2 years ago

resolve #162 To keep going execution of the pipeline if a defined step fails, just need to add a control environment variable to the config.yml configuration. Is only required to have JPL_KEEPGOING variable defined with any string and the pipeline will run all stages. This haven't been tested yet with real use cases.