Skip to content

Commit

Permalink
Refactor for new docker api plugin (#882)
Browse files Browse the repository at this point in the history
* Insist on at least docker-java-api-plugin 3.1.5-31.v70b0ca3e8310
* Use DelegatingDockerClient from (new) docker-java-api-plugin
* Fix unit test (Unrelated to this PR)
  • Loading branch information
pjdarton authored Apr 14, 2022
1 parent 2bf035b commit 13f6d01
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 460 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A pre-release can be downloaded from https://ci.jenkins.io/job/Plugins/job/docke
_2022-07-04_
* Enhancement: Add support for build-time variables (build args) [#730](https://github.com/jenkinsci/docker-plugin/issues/730), [JENKINS-48512](https://issues.jenkins.io/browse/JENKINS-48512)
* Fix DockerOnceRetentionStrategy [#859](https://github.com/jenkinsci/docker-plugin/pull/859)
* Loosen the dependency on the exact docker-java version [#882](https://github.com/jenkinsci/docker-plugin/pull/882) and [dockder-java-api-plugin#9](https://github.com/jenkinsci/docker-java-api-plugin/pull/9)

## 1.2.6
_2021-12-13_
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>docker-java-api</artifactId>
<version>3.1.5</version>
<version>3.1.5-31.v70b0ca3e8310</version>
</dependency>

<dependency>
Expand Down
Loading

0 comments on commit 13f6d01

Please sign in to comment.