jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-32934] Recored build numbers for non-blocking triggered jobs.
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Right now, when triggered non-blocked job, plugin puts in the log:
listener.getLogger().println("Triggering projects: " + getProjectListAsString(projectList));
it would be great if information about newly triggered asynchronous job would be stored in BuildInfoExporterAction.builds.
Right now, the only information is:
---
Originally reported by
kad, imported from: Recored build numbers for non-blocking triggered jobs.
Raw content of original issue
Right now, when triggered non-blocked job, plugin puts in the log:
listener.getLogger().println("Triggering projects: " + getProjectListAsString(projectList));it would be great if information about newly triggered asynchronous job would be stored in BuildInfoExporterAction.builds.
Right now, the only information is:
<hudson.plugins.parameterizedtrigger.BuildInfoExporterAction$BuildReference@651325a5 projectName=async-code-scan buildNumber=0 buildResult=NOT_BUILT>
- environment:
jenkins 1.642.1, parameterized-trigger-plugin 2.30
Contributor guide
Assessment
This issue has not been assessed yet.