-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins ver. 1.656
maven-metadata-plugin 1.5.0
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
- is blocking
-
JENKINS-38619 Maven metadata plugin does not work with jenkins pipeline
-
- Resolved
-
- links to
[JENKINS-38978] Plugin needs updating to address SECURITY-170
Description |
Original:
Version 1.7 of the [Matrix Project Plugin|https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Project+Plugin] Broke the maven-metadata-plugin in that the parameters are no longer passed down to child matrix jobs. |
New:
Version 1.7 of the [Matrix Project Plugin|https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Project+Plugin] 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 |
Assignee | Original: Gesh Markov [ gesh ] | New: Marc Rohlfs [ marcrohlfs ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
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.