You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have find out that I have a job A which will trigger job B to build if A is successful, in the dependencies tab. I can add child job.
Build Plan --> Plan Configuration --> Dependencies --> Child job
But for my use case I did not find the specific job in the drop down list which I would like to trigger. Does this mean I cannot trigger that type of job or I need some more configuration?
Thanks!
Hi @Zhenye Na
The dependencies section is not used to trigger jobs, but plans. Just to make sure we have the same common ground, let me share some concepts:
This is how a plan looks like:
In other words, a plan has stages, which have jobs, and these ones have tasks.
A given plan can have one or multiple child plans. When a build finishes with a success, any plan configured as a child plan will be triggered right after it.
It is possible that you are trying to add another plan as a child plan but you don't have permission to run the other plan and that is blocking you to add it as a child plan. Another option is that you are trying to select specific jobs when you should be selecting plans and that is the reason you can't find the jobs you are looking for.
Does that make sense?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.