Maximum number of steps?

Hi, I’d like to experiment making different steps for every single “component” in our monolith. We have about 60, for now and plan on growing this a bit more. I was wonder if there’s a limit as to the number of steps a build can have? Also, some of our component steps will be (intelligently/dynamically) parallelized using parallelism.

Hi @ngan – there’s no hard limit to the number of steps you can add to a build pipeline, so you should be all good! If you do find it a little hard to scroll through them all, many of our users find themselves using multiple pipelines and taking advantage of build triggers. We’ve also got a new feature for grouping steps in the works, so keep an eye on our changelog. :slight_smile: