alexvaccaro commented on issue #5428:
URL: 
https://github.com/apache/incubator-devlake/issues/5428#issuecomment-1588730449

   @CamilleTeruel  I think the use of stages is pretty standard for deployment 
pipelines, or at least it is in my company. Stages offer several advantages for 
grouping jobs together, and there can be very good reasons why steps/tasks are 
performed by different jobs within the same stage. One such example is that you 
can run two jobs in parallel while you can't run two steps within the same job 
in parallel, another is that some steps can have different agent requirements 
(e.g. linux vs window or even serverless).
   So yes, I would say supporting stages is a key feature for users of Azure 
DevOps.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to