I have a Jenkins pipeline with some parallel stages that should not fail the job if they fail. Those stages start a build job.
I started from https://stackoverflow.co