We have a requirement where after the QA2 Release we have to trigger a build which will do some activity in qa2 and create a build. We have to pass some parameters or change some if build fails so we cannot keep it in the normal release pipeline.
We wanted to know if there is any way to keep check so that if the build passes then only it will be allowed to be deployed to prod otherwise shouldnt allow.
Is there any gates or checks available to make this possible?