Jenkins - Continuous Delivery pipeline (Dev-Uat-Prod) using Build Plugin Pipeline | Java Techie

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

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

  • @ITExpertEver
    @ITExpertEver 5 лет назад +4

    Great Job Basant Really Helpful! Keep us learning in the way you are doing!!!

  • @pikajil1663
    @pikajil1663 5 месяцев назад +2

    hello sir your explanation is nice and easy to understand, the only thing I didn't understand is the total application is checked if first one passed all are getting passed becoz its a simple app, can you show the others are getting failed like testing and production, Thank U

    • @Javatechie
      @Javatechie  5 месяцев назад

      Yes I will cover that with sonar coverage restrictions.

  • @sumontapoddar9342
    @sumontapoddar9342 3 года назад +3

    Great tutorial and Thank you for your effort for making this.

  • @Anonymous-sh5iz
    @Anonymous-sh5iz 3 года назад +4

    Awesome, can you please post video on declarative and scripted pipeline also, your videos are really helpful

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

    Awesome! Sir. Very nicely explain you are great.

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

    Superb explanation

  • @saurabhrajindia
    @saurabhrajindia 4 года назад +1

    Thanks basant for good explanation. 🙂🙂

  • @isaackiyimba2990
    @isaackiyimba2990 4 года назад +2

    Thanks. Exactly what I was looking for.

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

    Excellent tutorial. Please post something on setting up multibranch pipeline.

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

    This was really great. Thank you so much sir.

  • @debiswain3234
    @debiswain3234 5 лет назад

    Good work sir... keep it up... keep sending more videos regarding same.... very helpful...

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

    Gud one and Nice Explanation

  • @YogeshVerma-iq4xz
    @YogeshVerma-iq4xz 2 года назад +1

    Thanku sir for this video

  • @sushilkumarpandeypandey1087
    @sushilkumarpandeypandey1087 6 лет назад +1

    great job sir ji

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

    Hi ,
    My Question is common but presented for many:
    How they do Unit test, coverage test, load test, integration test
    if you have video for this tests so please do share the links , if no please make a video and how we can use in Devops in real life..
    Please we want video for these tests.

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

    nice👌

  • @neha6000
    @neha6000 6 лет назад +1

    great video sir 😇

  • @wasikkhan8224
    @wasikkhan8224 5 лет назад +2

    Awesome video sir, Have one question
    how do we deploy the source code to the cloud using Jenkins.

  • @princeanurag2011
    @princeanurag2011 4 года назад +2

    how add approval process for build? (instead of automatic deployment)
    since realtime we cant automatically move from uat to prod without approval
    can you make a video on that pls..

    • @Javatechie
      @Javatechie  4 года назад +1

      Need to check am not much aware about this configuration

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

    Thank you for this tutorial!

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

    Hi, how would you create an Automated CI/CD Pipeline in Jenkins with Java 14 or later?

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

    awesome, thanks bro!

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

    How we can add manual approval for movement to next pipeline step ?

  • @prakash61100
    @prakash61100 6 лет назад +1

    Great Job Basant :-)

  • @sivaviper8831
    @sivaviper8831 6 лет назад +2

    Sir, can you please take session on complete docker?

    • @Javatechie
      @Javatechie  6 лет назад +1

      Hi Siva sure will upload

  • @rakeshroshan9690
    @rakeshroshan9690 4 года назад +1

    Hi Basan, in microservice design all modules also can be build using pipeline in every environment ?

    • @Javatechie
      @Javatechie  4 года назад +1

      Yes , each module will have separate job

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

    How will we roll back if production gets failed, even though DEV and UAT success/pass.

    • @Javatechie
      @Javatechie  5 лет назад

      No idea about this , I will check and let you know

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

    Dev ,UAT and PROD these are diff server which is deploy code right ?

  • @jayaramireddyvadisana6509
    @jayaramireddyvadisana6509 Год назад +1

    Hi Sir
    Under source code management, what password needs to given ... either Git password or jenkins password....?
    Please confirm..
    In second video, jenkins credentials given...
    Please help me

  • @pankajrajbanshi2599
    @pankajrajbanshi2599 4 года назад +1

    how to add the crendital while adding the remote repository? Facing the issue Failed to connect to repository : Error performing git command: git ls-remote -h github.com ...Please help on the this

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

      Remote repository mean ? Is this private one

    • @pankajrajbanshi2599
      @pankajrajbanshi2599 4 года назад +1

      @@Javatechie I have created the github repository ..That is public Only

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

      Ok then while build item in Jenkin it will ask you to give your credential
      If you remember we need to provide.git file , I believe just down to that there is a option to add credential

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

      @@Javatechie Yaa i have added my Jenkins crendential as you added in the previous video..But still getting the issue while cloning the project from the remote repository.
      ERROR: Error cloning remote repo 'origin'
      hudson.plugins.git.GitException: Could not init /home/thirucentos/.jenkins/workspace/AllJob
      at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:996)

  • @rohitkarambali779
    @rohitkarambali779 8 месяцев назад

    I think this is only CI not CD