Code changed in jenkins
User: Marc Rohlfs
Path:
README.md
pom.xml
http://jenkins-ci.org/commit/maven-metadata-plugin/cfbbacc030ebc1601ace16f8a26deffd0c6af04b
Log:
JENKINS-38978 Update to Jenkins 2
The plugin parent was updated to the latest version 3.2. This will
finally remove support for Jenkins 1.x - which now is quite old enough
not to be supported anymore - and thus implies bumping to a new major
version of this plugin.
The Jenkins version was set to 2.32.1 so that the plugin can be
updated to the new version even on older Jenkins installations (up to
about a year of age).
The new parent POM requires (or at least encourage) seveal changes to
the project POM:
- The Java level was set to 8.
- The parent POM enforces the Maven version, hence ``prerequisites``
is obsolete.
- ``description`` and ``inceptionYear`` from the parent POM should be
overridden.
- The ``url`` ws applied to jenkins.io.
- Some properties and plugin configurations have been removed, because
they are already configured in the parent POM.
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.