Releases: jenkinsci/pipeline-maven-plugin
Releases · jenkinsci/pipeline-maven-plugin
pipeline-maven-0.7
High severity security release, please read advisory for SECURITY-309. If you are running 2.0-beta you should update at least to 2.0-beta-6
pipeline-maven-0.6
Wrong release, no changes over the previous.
pipeline-maven-plugin-2.0-beta-5
pipeline-maven-parent-2.0-beta-4
[maven-release-plugin] copy for tag pipeline-maven-parent-2.0-beta-4
pipeline-maven-0.5
JENKINS-39916 upgrade to config-file-provider:2.15.1 and support definition of Maven settings file and global settings file at the folder level
pipeline-maven-0.4
- JENKINS-39134 - Fix exception after resuming a build
- Allow defining global Maven settings by config file (globalMavenSettingsConfig) and by file path (globalMavenSettingsFilePath)
- JENKINS-40142 - Snippet generator was creating parameters even if they were left empty
pipeline-maven-0.3
- JENKINS-38709 - Console log filter was being overriden, which didn't allow the use of other steps which filtered the logs (ie. MaskPasswordBuildWrapper, AnsiColorBuildWrapper, etc.)
- MAVEN_TERMINATE_CMS is no longer overriden. Setting MAVEN_TERMINATE_CMS to "on" causes Windows batch execution to be completed after the first call to mvn, as mvn will use exit instead of exit /b
pipeline-maven-0.2
- First stable release
- JENKINS-37613 - Unify naming convention for tool installation. The mavenInstallation parameter was renamed to maven.
pipeline-maven-0.1-beta
Initial version