How To Create Upstream And Downstream Jobs In Jenkins | Run Multiple Jenkins Jobs | Build Pipeline

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

ความคิดเห็น • 21

  • @maafaque9842
    @maafaque9842 2 ปีที่แล้ว

    Perhaps the best teaching on TH-cam that too free of cost.................Even the paid courses don't offer so beautiful knowledge ..................Gr8 work @Mukesh Otwani

  • @nishushah8550
    @nishushah8550 3 ปีที่แล้ว +1

    Hi Mukesh .....very nice explanation
    easy to understand , much appreciated your effort.

    • @Mukeshotwani
      @Mukeshotwani  3 ปีที่แล้ว

      It's my pleasure Thanks Nishu, I am glad it helped you.

  • @TheAmritaSingh
    @TheAmritaSingh 2 ปีที่แล้ว +2

    Hey, If we need to create a job(B) that invokes a job (A) by passing parameters then take its output and give it as input to another job(C) and start job C, how can this be done?
    Thanks!

    • @Mukeshotwani
      @Mukeshotwani  2 ปีที่แล้ว

      You can store the result in variable then use the same in next job itisatechiesworld.wordpress.com/jenkins-related-articles/jenkins-configuration/jenkins-passing-a-parameter-from-one-job-to-another/

  • @abhijeetgalphat9502
    @abhijeetgalphat9502 3 ปีที่แล้ว +1

    Hi Mukesh, It was a very nice video and a good explanation.

  • @okey1317
    @okey1317 2 ปีที่แล้ว +1

    can i get the downstream job's status of a job i triggered in my stage in jenkins file?

  • @myselfshrikantkale
    @myselfshrikantkale 3 ปีที่แล้ว

    Hi Mukesh, 1 question i am having :
    In programming if we have 3 methods, like say for example BUILD(), TEST(String browser), DEPLOY().
    And i want to pass parameter from TEST(String browser) to DEPLOY() why should I set Parameterized Value / Predefined Values in BUILD() ?
    As we are just passing control from BUILD -> TEST -> DEPLOY .
    I have question like why we are setting parameterized value in BUILD ?
    Cause we can also Set default value in TEST and can override from it correct?
    Please correct me if i am wrong.
    Awaiting for your response.
    Regards,
    Shrikant.

  • @bbusy3005
    @bbusy3005 3 ปีที่แล้ว +1

    Super video otwani sir

  • @sivakumar-sh5tm
    @sivakumar-sh5tm 3 ปีที่แล้ว +1

    Nice video, great explanation.

    • @Mukeshotwani
      @Mukeshotwani  3 ปีที่แล้ว

      Thank you Siva,Glad you liked it!

  • @dailyrituals5414
    @dailyrituals5414 4 หลายเดือนก่อน

    My requirement is to run Job1 multiple times sequentialy but with different parameters. So, as in your example - Job1 -(J1 with P1 parameter) -> Job2 (J1 with P2 parameter) -> J3 (J1 with P3 parameter). How can i achieve this?

    • @Mukeshotwani
      @Mukeshotwani  4 หลายเดือนก่อน

      Yes, you can use plugins.jenkins.io/uno-choice/ this plugin

  • @nativenature9236
    @nativenature9236 3 ปีที่แล้ว +1

    Hi Mukesh Thanks for Jenkins Series, its really useful. I am trying to join your channel but after filling all payments details I am getting error. Please help me on joining your channel. Thank you

  • @oleksandrlytvyn532
    @oleksandrlytvyn532 3 ปีที่แล้ว

    Thank you

  • @rohannirola4568
    @rohannirola4568 3 ปีที่แล้ว

    Nice explanation

  • @MySoniab
    @MySoniab 3 ปีที่แล้ว +1

    👍

  • @bannu7135
    @bannu7135 2 ปีที่แล้ว

    Bro pls upload this video with Jenkins file