Perhaps the best teaching on KZbin that too free of cost.................Even the paid courses don't offer so beautiful knowledge ..................Gr8 work @Mukesh Otwani
@TheAmritaSingh2 жыл бұрын
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!
@Mukeshotwani2 жыл бұрын
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/
@nishushah85503 жыл бұрын
Hi Mukesh .....very nice explanation easy to understand , much appreciated your effort.
@Mukeshotwani3 жыл бұрын
It's my pleasure Thanks Nishu, I am glad it helped you.
@okey13172 жыл бұрын
can i get the downstream job's status of a job i triggered in my stage in jenkins file?
@bbusy30053 жыл бұрын
Super video otwani sir
@Mukeshotwani3 жыл бұрын
Thanks Mate
@abhijeetgalphat95023 жыл бұрын
Hi Mukesh, It was a very nice video and a good explanation.
@Mukeshotwani3 жыл бұрын
Thanks a lot Abhi
@sivakumar-sh5tm3 жыл бұрын
Nice video, great explanation.
@Mukeshotwani3 жыл бұрын
Thank you Siva,Glad you liked it!
@myselfshrikantkale3 жыл бұрын
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.
@oleksandrlytvyn5323 жыл бұрын
Thank you
@MySoniab3 жыл бұрын
👍
@Mukeshotwani3 жыл бұрын
Thank you.
@rohannirola45683 жыл бұрын
Nice explanation
@nativenature92363 жыл бұрын
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
@dailyrituals54147 ай бұрын
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?
@Mukeshotwani7 ай бұрын
Yes, you can use plugins.jenkins.io/uno-choice/ this plugin