fabric8io / fabric8-pipeline-library

Fabric8 Pipeline for Jenkins
Apache License 2.0
438 stars 210 forks source link

don't fail the pipeline when updating project dependencies #155

Open rawlingsj opened 7 years ago

rawlingsj commented 7 years ago

we noticed today that if we get an error in the pipeline when updating downstream projects the entire build fails. Perhaps we dont want to do this and catch the error, log it and continue to the next project?

The error in this case was no permissions to create the updateVersion branch in the downstream project.

rhuss commented 7 years ago

This sound reasonable to me. It's important that people would get a notification about this particular failed step.

Maybe we could fail the build still at the end to raise awareness of the problem ? (e.g. by collection errors until the end of the pipeline ?)

rawlingsj commented 7 years ago

Yeah that sounds like a good idea to me.