Title sounds confusing but here's what I mean.
I have job A, and if it succeeds, it runs job 1, 2, 3, and 4. That's how it's configured in its build trigger.
I have job B, and I want to make it run 1, 2, 3, and 4 also after it succeeds.
BUT, I don't want job 1, 2, 3, or 4 to run if either A or B have already ran them. For example, if both job A and job B are scheduled to run, then it would double build 1, 2, 3, and 4, and that's not what I want (will cause git tag issues, builds, etc).
How can I go about doing this, and can I do it through the website? That's what I'm familiar with.
Jobs 1, 2, 3, and 4 are just used for names; they don't have to run after each other.