I have created a gitlab pipeline, in which I have created 8 stages. For each stage I have set the property Allow_failure:true
so that it will execute remaining stages even if any stage got failed.
Currently, if any stage got failed, then the final pipeline status is showing as " ! passed ". I want to execute all the stages of the pipeline and if any stage got failed then I want to display pipeline status as failed.
Note: I can’t change the value of property Allow_failure.
Please find attached Image for your reference.