Is there a way to promote a stage after a different build has finished ?
As a company we want to do static analysis on every delivery, which would fail the delivery if the anaylysis fails, and we wonder if we could somehow do it in parallel.
Hi Michal,
This is not currently possible. Parallel stages is planned but still a long way off being implemented. We haven’t considered triggering stage promotion from other builds before. It’s not clear on how this would work with your use case. What build process would trigger the delivery stage?
We would suggest splitting the stage off to a separate build and using a build completed trigger to start it based on the outcome of the original build. Would this work for your scenario?
1 Like
Yes, this is actually what we are doing now with other configuration, we have them daisy chained together. It was even I that requested the feature so that user would be propagated to triggered build
I was just exploring other possibilities.