jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-37051] Mark the job unstable when the Post-Build triggered job is not started

Open
#684 1 comment 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin imported-jira-issue priority:major resolution:unresolved
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


  • assignee: huybrechts
  • status: Open
  • priority: Major
  • component(s): parameterized-trigger-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.