Create Multibranch Pipeline Build with GitHub & Docker | Jenkins Tutorial in Tamil

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 9

  • @SELVATechITOps
    @SELVATechITOps  4 месяца назад +1

    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

  • @2RAJ21
    @2RAJ21 2 месяца назад +1

    thank you

  • @surenkumars3181
    @surenkumars3181 4 месяца назад +1

    Thanks bro

  • @m4uvarathan
    @m4uvarathan 27 дней назад

    Hi Selva , next session video epo release panuvinga

  • @kishorekannan5437
    @kishorekannan5437 16 часов назад

    How to push this image to docker hub, dev to public docker hub and production to private docker hub

  • @sarath3925
    @sarath3925 4 месяца назад +2

    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

  • @poornaprasathp8330
    @poornaprasathp8330 Месяц назад +1

    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

    • @SELVATechITOps
      @SELVATechITOps  Месяц назад

      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.