See GitHub Releases.
Release date: (May 13, 2019)
- JENKINS-57439 - Add support of Docker credentials specification in Declarative Pipeline
- JENKINS-52724, JENKINS-52737 - Inherit properties from the local Docker config.json if it exists
- JENKINS-57420 - Use a new way to specify multi-line secrets in the plugin
Release date: (April 2, 2019)
- Improve help text formatting (PR 73)
- Developer: Add new API for getting Docker-related credentials for JENKINS-48437
Release date: (May 18, 2018)
- API for JENKINS-51397 -
docker login
was being called without server-related environment variables in the Docker Pipeline Plugin
Release date: (May 11, 2018)
- JENKINS-38018 -
withDockerRegistry
was failing to authenticate with DockerHub - JENKINS-41880 - Fix the
ConcurrentModificationException
while creating docker image fingerprints - JENKINS-49075 - Docker Commons Plugin was not working with PCT (implies a newer Jenkins core dependency)
Release date: (Jan 04, 2018)
- JENKINS-48674 - Failure to download newer Docker releases from the automatic tool installer.
Release date: (Dec 11, 2017)
- JENKINS-48453 Regression in Jenkins 2.93+ when using server credentials.
Release date: (Oct 10, 2017)
- Removing
icon-shim
plugin dependency.
Release date: (Jul 10, 2017)
Release date: (Jun 16, 2017)
- Always include port in image name.
- Add credentials binding implementation for Docker server credentials.
Release date: (Jan 11, 2017)
- JENKINS-39181 Fix Invalid fully qualified image name when registry URL is specified
Release date: (Oct 05, 2016)
- JENKINS-38018 API for more informative logging about use of registry credentials.
Release date: (Sep 08, 2016)
-
JENKINS-36082
JENKINS-32790
The Docker tool installer (used for example by
withTool
in the Docker Pipeline Plugin) was broken.
Release date: (Jun 17, 2016)
- Migration to the new parent POM (JENKINS-35018)
- Jenkins core dependency has been updated to 1.580.x
Release date: (Feb 19, 2016)
- Polishing the fix of JENKINS-28776
Release date: (Feb 08, 2016)
- Support the "sha256:" prefix in image ID, required for Docker 1.10 (JENKINS-32792)
- Replace build action icon stubs by Docker icons (JENKINS-28776)
Release date: (Jul 29 2015)
- NPE when using credentials together with docker 1.7 (JENKINS-29627)
- Support creation of named fingerprints in the API (JENKINS-29098)
Release date: (Jul 07 2015)
- Cleanup of FindBugs issues, update of the CI system
- Fix the issue with the Docker Tool selector (PR #40)
- Support Docker 1.7+ .docker/config.json (PR #38)
Release date: (May 22 2015)
- First stable release
- There were alpha releases before this release, see the commit history in GitHub