Good tutirial but i need the same to run remote jenkins A job, from my jenkins B pipeline
@twndomn Жыл бұрын
Thanks, this is useful 👍 , might want to mention how to trigger a multibranch pipeline with a branch name.
@pierrekarka6243 Жыл бұрын
Thanks for all. I want to know on which agent job1 is running or job2? Because I can see that you have 2 agent
@bhagyashrimore525 Жыл бұрын
What if job2 is parameterised?
@oleksandrlytvyn532 Жыл бұрын
Would be interesting to know - how to block/disable/prevent users from doing it. We have 2 folders, first for development and second folder for production. And we used Project-Based Matrix Auth strategy so developers can do development, but only restricted group can do production jobs. This split of permissions working in UI, but developers still can trigger/run production jobs from their development jobs. Is there any way to block / prevent this behavior?
@nithin.krishna.t3 ай бұрын
How do i get the console of job2 also to be displayed in job1?
@mitya2096 Жыл бұрын
How to pass env vars to downstream job? I'm using parameters but it doesn't work for me: build job: 'scan', parameters: [string(name: 'images', value: env.IMAGES)]. IMAGES is a dynamical list of docker images defined in environment section of my pipeline. In the downstream job I tried to use IMAGES as ${params.images}
@oleksandrlytvyn532 Жыл бұрын
Thank you
@AndreaBoboOboe Жыл бұрын
Thank you so much
@vishwanath798 Жыл бұрын
How to do it for multibranch pipeline
@lrebollo Жыл бұрын
I was about to like this video but it's right at 69. Let's keep it there and instead share and rewatch :D
@bballipati419 Жыл бұрын
Hi How can we deploy cloud run through cloud bees? Can u please help me with it