Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 712 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 712 Bytes

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 Netty based transport is available, JAX-RS default implementation doesn't work.

Environment

The following build environment is required to build this plugin

  • java-1.8 and maven-3.5.0

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