Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
Jenkins ver. 1.656
maven-metadata-plugin 1.5.0
Description
Version 1.7 of the Matrix Project Plugin
JENKINS-34758 Parameters visibility in child builds (related to SECURITY-170)
Broke the maven-metadata-plugin in that the parameters are no longer passed down to child matrix jobs.
https://wiki.jenkins-ci.org/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170
Attachments
Issue Links
- is blocking
-
JENKINS-38619 Maven metadata plugin does not work with jenkins pipeline
-
- Resolved
-
- links to
Code changed in jenkins
User: Marc Rohlfs
Path:
pom.xml
src/dev/assets/work/jobs/test-freestyle/config.xml
src/dev/assets/work/jobs/test-freestyle/currentArtifactInfo.txt
src/dev/assets/work/jobs/test-matrix/config.xml
src/dev/assets/work/jobs/test-matrix/currentArtifactInfo.txt
src/dev/assets/work/jobs/testjob/config.xml
src/dev/assets/work/jobs/testjob/currentArtifactInfo.txt
http://jenkins-ci.org/commit/maven-metadata-plugin/b7609bbd7ab675995b5116eaec95281ee071be51
Log:
JENKINS-38978Reproduce param passing problem in matrix projectsThe reproduction of the parameters not being passed to child jobs in
multi-configuration projects requires:
The freestyle test job for the development workspace was renamed and
improved, too.