8000 GitHub - jenkinsci/docker-java-api-plugin at 3.3.1-79.v20b_53427e041
[go: up one dir, main page]

Skip to content

jenkinsci/docker-java-api-plugin

Repository files navigation

Docker Java API Plugin

This plugin exposes the docker-java API to Jenkins plugins. Plugins using docker-java should depend on this plugin and not directly on docker-java.

Only Apache HttpClient 5 and Netty based transports are available; the Jersey transport does not work.

Environment

The following build environment is required to build this plugin

  • Java 11 and Maven 3.8.1

Build

To build the plugin locally:

mvn clean verify

Release

To release the plugin:

mvn release:prepare release:perform -B

Test local instance

To test in a local Jenkins instance

mvn hpi:run
0