Jenkins Project Order

Hi, I have a project stream that I need help with. I have several projects that start one global project, and then some other projects, the problem is that when I start several projects for the first time. For example, I have project a and b, and I run them at the same time. What I need.

  • a-> global> C-> d

at the end then

  • b-> global> C-> d

But what actually happens in my project queue:

  • and
  • b
  • global
  • global
  • with
  • with
  • d
  • d

So, how can I block the whole process and prevent project b from entering the queue until c is completed?

+4
source share
1 answer

Try these 2 options (or a combination of 2):

+3

Source: https://habr.com/ru/post/1683813/


All Articles