jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-49676] Downstream jobs aren't triggered when upstream jobs take long time to finish execution
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
I have an upstream job that manages databases related tasks, the time this job takes to complete varies each time its being built. However, when this job takes less than an hour it triggers downstream jobs otherwise it doesn't, it just marks the build as successful and it sends an email but it doesn't trigger the downstream job.
---
Originally reported by nour, imported from: Downstream jobs aren't triggered when upstream jobs take long time to finish execution
Raw content of original issue
I have an upstream job that manages databases related tasks, the time this job takes to complete varies each time its being built. However, when this job takes less than an hour it triggers downstream jobs otherwise it doesn't, it just marks the build as successful and it sends an email but it doesn't trigger the downstream job.
environment
```
Jenkins 2.73.3
Windows
```
Contributor guide
Assessment
This issue has not been assessed yet.