jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-37051] Mark the job unstable when the Post-Build triggered job is not started
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Due to unreliable network environment,
we'd randomly experience packet lost in network traffic.
Hence,
when an Upstream Jenkins job triggered a Downstream Jenkins job in Post-Build action,
sometimes we found from Upstream Console Log that Upstream did trigger the job,
Triggering a new build of $Downstream
but Downstream job didn't start at all.
We suspect it's that trigger package is lost on a way to Jenkins master.
But I'd like the plugin to be able to handle this case,
and mark the Upstream job as unstable or failure depends on the config
instead of silently finished the job as successful.
---
Originally reported by totoroliu, imported from: Mark the job unstable when the Post-Build triggered job is not started
Raw content of original issue
Due to unreliable network environment,
we'd randomly experience packet lost in network traffic.Hence,
when an Upstream Jenkins job triggered a Downstream Jenkins job in Post-Build action,
sometimes we found from Upstream Console Log that Upstream did trigger the job,Triggering a new build of $Downstream
but Downstream job didn't start at all.
We suspect it's that trigger package is lost on a way to Jenkins master.
But I'd like the plugin to be able to handle this case,
and mark the Upstream job as unstable or failure depends on the config
instead of silently finished the job as successful.
environment
```
Ubuntu 14.04 x86_64
OpenJdk 7
Jenkins 2.7.1
Parameterized Trigger plugin 2.31
```
Contributor guide
Assessment
This issue has not been assessed yet.