jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-43023] Provide URL of triggered job
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Background: We use Jenkins as a Build Server and report the result back into Gerrit. We use one Job which then triggers other jobs on a set of conditions. The result should be reported back to gerrit so the user do not have to click a hundred times to find the error.
Problem at hand: I want to be able to provide a link to the triggered job that failed. I'd currently only provide the build number and the scrambeled name (replaced with ). I'm using the 'Unsuccessful Message File'_ feature from Gerrit Trigger Plugin.
---
Originally reported by
m42e, imported from: Provide URL of triggered job
Raw content of original issue
Background: We use Jenkins as a Build Server and report the result back into Gerrit. We use one Job which then triggers other jobs on a set of conditions. The result should be reported back to gerrit so the user do not have to click a hundred times to find the error.
Problem at hand: I want to be able to provide a link to the triggered job that failed. I'd currently only provide the build number and the scrambeled name (replaced with ). I'm using the 'Unsuccessful Message File'_ feature from Gerrit Trigger Plugin.
Contributor guide
Assessment
This issue has not been assessed yet.