CI-CD Using Git-Tags

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

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

  • @sagarbhooshan
    @sagarbhooshan 2 года назад +1

    Nice, these kind of information like how we do things in production is what every other tutorials are missing, you are exactly pointing out wat to perform in production. Good Work mate.

  • @vidyadharkothakonda7870
    @vidyadharkothakonda7870 2 года назад

    Clearly to the point.. Simply and helpful. Thank you

  • @rsoumy
    @rsoumy 4 года назад

    This was really helpful- simply and clearly said. Thank q

  • @ShaM-fh6eh
    @ShaM-fh6eh 3 года назад

    Thank you for the excellent video. I wonder if you can please add a prod grade example.

  • @Abinash91
    @Abinash91 2 года назад

    Hi, I need to add a tag to a specific commit through jenkins. How can I achieve that? I should be able to choose the branch name and the commit id. And once I add these values, tags should be created for that commit id.

  • @sunkamvenkatesh1086
    @sunkamvenkatesh1086 Год назад

    In my scenario I have multiple services with yaml folders in repo.. for example in gitlab backend/services/ i have multiple micro services>>> so I want to deploy a particular service with version by using git tags with Jenkins cicd..and my docker and kubernates files in aws (ECR and EKS).. I'm new to jenkins.. earlier i created a pipeline setup with bitbucket pipeline but I'm new to jenkins pls help me ...

    • @learndevopsonline
      @learndevopsonline  Год назад

      Are you having multiple repos multiple files or all in single repo?
      Jenkins Multibranch pipeline can solve your problem

  • @cggirl7481
    @cggirl7481 3 года назад +1

    Hi Could you please make a video for pipeline job instead of a freestyle project ??

  • @balabhaskararaoguntupalli1275
    @balabhaskararaoguntupalli1275 5 лет назад +1

    Excellent.Thank you

  • @ramkannan8955
    @ramkannan8955 3 года назад

    How can we manage the tag if there is any application bug after deploymnet?

  • @vrindavihari7798
    @vrindavihari7798 3 года назад

    Without using Jenkins can we deploy using gitlab tags?

  • @machinelearningid3931
    @machinelearningid3931 4 года назад

    Thanks, this really help me

  • @buildfromzero
    @buildfromzero 4 года назад

    Thanks for the excellent guide sir. I have different scenario, In which I need to implement deploy to dev, testing, staging and production servers.currently I am acting this by creating separate Jenkins pipelines and triggering via webhook on merge. But problem is even if I merge dev to testing, staging and production jobs will be trigged and deployed. I know this is unnecessary since those branches have no change. what is the possible strategy for this kind of scenario,
    Thank you sir.

    • @cggirl7481
      @cggirl7481 3 года назад +1

      @
      Tomy Vithayathil Have you found a solution for this.? Am having the same scenario

    • @buildfromzero
      @buildfromzero 3 года назад

      @@cggirl7481 I haven’t got a solution, Later I moved to azure devops and bitbucket pipelines.