Nice work Sumit!, submitting a question, what do you think is the best way to work with pipelines in a production environment? Is it by separating them into an exclusive repository for templates and having the main pipeline in the source code of the service where it will be implemented, or by completely removing them from the source code of the service?
I would suggest to have same pipeline across multiple platform. But for sure you should have the approval step before the deploying to prod and second option to trigger the pipeline only if the main/master branch selected for the production.
Nice work
Thank you Sumit sir ji ❤
👍
thanks a lot sumit for sharing this video. it is so precise and clear
Thank you .
wonderful job
Thank you
Thanks
Thanks for sharing. Please create a detailed video on matrix in yml pipelines. It is used in my project but I need some help understanding it.
How make all stages to run on shared vm in yaml pipeline?
Thanks for providing knowledge sir. I have one doubt, how to call multiple repositories from multiple projects in single pipeline ?
@@yagantireddy1154 there is option to do that, kindly check it with source
Nice work Sumit!, submitting a question, what do you think is the best way to work with pipelines in a production environment? Is it by separating them into an exclusive repository for templates and having the main pipeline in the source code of the service where it will be implemented, or by completely removing them from the source code of the service?
I would suggest to have same pipeline across multiple platform. But for sure you should have the approval step before the deploying to prod and second option to trigger the pipeline only if the main/master branch selected for the production.
Can we use/make one task as one template ?
yes you can do that.