jenkinsci / jenkinsci/gerrit-trigger-plugin
[JENKINS-71000] Gerrit Trigger silent-mode jobs that depend on another job get permanently stuck
- Dominant language
- Java
- Stars
- 226
- Forks
- 289
- PR merge metrics
- No merged PRs in 30d
Description
Suppose two jobs are created, both of which are configured to be triggered by Gerrit Trigger.
These jobs are called "job1" and "job2". The second job depends on the first job, via the Gerrit Trigger -> Advanced -> Other jobs on which this job depends option. The second job also has Gerrit Trigger -> Silent Mode enabled.
In this case, once the first job is complete, the second job will be permanently stuck in the "Waiting for all projects to finish gerrit-triggering to make sure no dependencies need to build first" state.
Disabling the "Silent Mode" option on the second job fixes this issue, so there is a connection.
---
Originally reported by levnagdimunov0, imported from: Gerrit Trigger silent-mode jobs that depend on another job get permanently stuck
rsandell
Raw content of original issue
Suppose two jobs are created, both of which are configured to be triggered by Gerrit Trigger.
These jobs are called "job1" and "job2". The second job depends on the first job, via the Gerrit Trigger -> Advanced -> Other jobs on which this job depends option. The second job also has Gerrit Trigger -> Silent Mode enabled.
In this case, once the first job is complete, the second job will be permanently stuck in the "Waiting for all projects to finish gerrit-triggering to make sure no dependencies need to build first" state.
Disabling the "Silent Mode" option on the second job fixes this issue, so there is a connection.
Contributor guide
Assessment
This issue has not been assessed yet.