jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-41525] Predefined parameters incompatible with Maven Metadata Plugin for Jenkins CI server
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
When specifying predefined parameters in an upstream project:
*_GROUP_ID
*_ARTIFACT_ID
*_VERSION
*_PACKAGING
(where * is the configured value in the Maven Metadata Plugin)
since version 2.23 these values do not propagate to the triggered downstream project, even though the parameter definitions are provided by the Maven Metadata Plugin in the downstream project.
---
Originally reported by cgamache, imported from: Predefined parameters incompatible with Maven Metadata Plugin for Jenkins CI server
Raw content of original issue
When specifying predefined parameters in an upstream project:
*_GROUP_ID
*_ARTIFACT_ID
*_VERSION
*_PACKAGING(where * is the configured value in the Maven Metadata Plugin)
since version 2.23 these values do not propagate to the triggered downstream project, even though the parameter definitions are provided by the Maven Metadata Plugin in the downstream project.
- environment:
Jenkins 2.42; Parameterized Trigger Plugin 2.32; Maven Metadata Plugin 1.5.0
Contributor guide
Assessment
This issue has not been assessed yet.