jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-39073] Set result to unstable if remote is unstable
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Currently if the remote job is unstable - the plugin sets result to FAILURE. Would be great to make it unstable as well.
Sample output:
Remote build finished with status UNSTABLE.
ERROR: Remote build failed for the following reason:
ERROR: The remote job did not succeed.
Finished: FAILURE
---
Originally reported by
mkj, imported from: Set result to unstable if remote is unstable
Raw content of original issue
Currently if the remote job is unstable - the plugin sets result to FAILURE. Would be great to make it unstable as well.
Sample output:
Remote build finished with status UNSTABLE.
ERROR: Remote build failed for the following reason:
ERROR: The remote job did not succeed.
Finished: FAILURE
Contributor guide
Assessment
This issue has not been assessed yet.