Stay subscribed for more learning videos. Click here to Subscribe: bit.ly/selvatechitops Website: www.learnitguide.net Facebook : facebook.com/selvatechitops Twitter : twitter.com/selvatechitops Instagram : instagram.com/selvatechitops Pinterest : www.pinterest.com/selvatechitops Telegram : t.me/selvatechitops Linkedin : www.linkedin.com/in/selvatechitops
@2RAJ213 ай бұрын
thank you
@surenkumars31814 ай бұрын
Thanks bro
@sarath39254 ай бұрын
Hi, Anna after teraform is it possible to expect a private repositories series podunga like jfrog or nexes with maven jar and war and docker image management in repositories
@SELVATechITOps4 ай бұрын
Noted bro.
@pavishpalanisamy560310 күн бұрын
When is the next video bro?... Waiting for the next vedio
@m4uvarathanАй бұрын
Hi Selva , next session video epo release panuvinga
@kishorekannan543723 күн бұрын
How to push this image to docker hub, dev to public docker hub and production to private docker hub
@poornaprasathp83302 ай бұрын
Hi bro, the master branch also have jenkins file right? then for that file also the container should be created right? here its creating container only for developmement and production branch, not for master branch. is it beacause using the same port 8000 in both development and master branch? please confirm
@SELVATechITOps2 ай бұрын
We should put jenkinsfile only on the branch that is required jenkins build. Other branches like master wont be needed. Also we can restrict on jenkins pipeline job where you can see include and exclude branches. With the help of this, we can instruct jenkins to build which branch even if you have jenkinsfile in every branch.