Describe the bug
Assume we have 3 jobs: A, B, and C.
Job C is dependent on A and B, while A and B can run in parallel and are independent from each other.
If both jobs A and B failed, it is impossible to retrigger them at the same time. First, one of the jobs has to be restarted and finish and only afterwards the second job can be retriggered.
If you try to retrigger them together, the error message appears:
"Some children jobs are still running"
To Reproduce
Steps to reproduce the behavior:
- Create 3 jobs, like
A ___
B __ |
| |___
|_____ C
- Make A and B fail
- Retrigger A
- Retrigger B
- See message "Some children jobs are still running"
Expected behavior
I would expect that the error message does not appear and I can retrigger B in parallel
Screenshots
Desktop (please complete the following information):
- OS: Windows 10
- Browser Chrome
- Version 67.0.3396.99
Additional context
Describe the bug
Assume we have 3 jobs: A, B, and C.
Job C is dependent on A and B, while A and B can run in parallel and are independent from each other.
If both jobs A and B failed, it is impossible to retrigger them at the same time. First, one of the jobs has to be restarted and finish and only afterwards the second job can be retriggered.
If you try to retrigger them together, the error message appears:
"Some children jobs are still running"
To Reproduce
Steps to reproduce the behavior:
A ___
B __ |
| |___
|_____ C
Expected behavior
I would expect that the error message does not appear and I can retrigger B in parallel
Screenshots
Desktop (please complete the following information):
Additional context