Hi Aditya...Which tool are we going to use to run unit cases? And who's responsibility is to do this task ?Developer or Devops engineer? And which tool we should use for packaging the application ?
@sunnysinha79364 ай бұрын
I want to ask that do we have same Jenkinsfile in all branch? , then we need to use "when" condition and have to follow multi branch pipleine strategy, right? or how do we perform it in real time ? please help in this to understand
@SanjayKumar-ix1si8 ай бұрын
Hi aditya, as we have different environment like dev prod etc, for each environment we have pipeline so my question is in every stage pipline we build a image and push it to docker repo?
@ivva333218 ай бұрын
I had same question, exactly like you !
@roulniur23938 ай бұрын
Can you make the same video for azure devops project
@sravani86668 ай бұрын
Yes... Plz make a video on Azure DevOps as well
@saakshipawar7724Ай бұрын
Please upload the next videos
@yaseenbaba33898 ай бұрын
For git, Is this TBD approach?
@chandrasekhar71478 ай бұрын
Good video, please make a video same on Azure-devops
@subbu-888 ай бұрын
Bro can you make same video on azure devops also it would be very helpful.....and thankyou
@arnaudfrancktaptuekuate53678 ай бұрын
What tool is responsible to build and package the artifact?
@devopsshack8 ай бұрын
Depends on which programming language ur application is based on. For java -> maven
@CSanhouidi8 ай бұрын
What about Dev -test - prod environment with approval step to go from one environment to the other?
@devopsshack8 ай бұрын
Merging from dev to upper branches
@subbu-888 ай бұрын
Bro can you make same video on azure devops also it would be very helpful.....and thankyou@@devopsshack
@ManiBalajiC8 ай бұрын
@@devopsshack Does Code is deployed to the local server in like tomcat/jboss for test and DEV environment and only push to Kubernetes for the Prod Branch. or everything to kubernetes... in this case where is the need for Ansible
@devopsshack8 ай бұрын
@@ManiBalajiC why u need to put ansible in a cicd pipeline. it can be used separately in IAC.
@ValidUserName-fl3uh8 ай бұрын
@@devopsshack I think he is asking do we deploy dev/test branch in kubernetes or as seperate servers without kubernetes?