WARNING: Changelogs have been moved to GitHub Releases |
---|
See GitHub Releases.
Release date: Mar 27, 2019
- JENKINS-55703,
#71 -
Add new
runWorkspace
andno-sandbox
options which sets those same options for the Jenkinsfile Runner docker image - JENKINS-55568, #72 - Add support of passing the Jenkins Core version from the pom file
Release date: Dec 10, 2018
- #52,
#62 -
Add a new
pomIgnoreRoot
option which skips the root artifact when usingpom.xml
as a plugin list - #51 -
Performance: Cache non-Plugin dependencies when using
pom.xml
as a plugin list - #57 - Fix encoding warning from Maven Resources Plugin when building packages
Release date: Nov 28, 2018
- #45 - Introduce an official Docker image for Custom WAR Packager
- #49 - Custom WAR Packager did not work correctly on Windows
- JENKINS-54340, #54 -
Custom WAR Packager was throwing error for
casc
sections when JCasC plugin was defined in BOM or pom.xml input - #55 -
Maven Plugin was not published for
1.3
due to the Javadoc issue - #47 - Fix the External build logging demo after changes in upstream dependencies
Release date: Oct 21, 2018
- JENKINS-54151 - Fix compatibility with JCasC Plugin 1.0 and above in the Jenkinsfile Runner mode
- Pre-release versions of Jenkins Configuration as Code Plugin are no longer supported
Release date: Sep 04, 2018
- EXPERIMENTAL: Support of building Jenkinsfile Runner binaries and Docker images
- The feature is based on kohsuke/jenkinsfile-runner, but it will be updated to use the upstream jenkinsci/jenkinsfile-runner
- There may be incompatible changes
- Demo
Release date: Aug 03, 2018
- JENKINS-51302 - Add support to core libraries that need a rebuild of war file for proper classloading in tests.
Release date: Jul 17, 2018
- Offer CWP as CLI and as a Maven Plugin
- Support building plugins from custom branches with unreleased/unstaged packages
- Support specifications based on a custom YAML format and on Bill of Materials
- Support specifying plugin lists via
pom.xml
- Support patching WAR contents like bundled libraries, system properties
- Support self-configuration via Groovy Hook Scripts or Configuration-as-Code Plugin YAML files
- Support building Docker images during the build
There was a number alpha releases for experiments. See the commit history if you use them, but it is recommended to use 1.0.
Release date: Mar 26, 2018
Initial public release, there may be incompatible changes in the future.