jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-32934] Recored build numbers for non-blocking triggered jobs.

Open
#657 0 comments 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
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.


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

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

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.