Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

File metadata and controls

17 lines (12 loc) · 628 Bytes

Docker Package for Custom WAR Packager Environment

This image packages all tools needed by Custom WAR Packager to operate correctly. It DOES NOT include the Custom WAR Packager itself, the tool should be retrieved from a Maven plugin.

Usage

The image can be used within Jenkins Pipeline definitions. In the Custom WAR Packager CI Demo uses this image from the 'docker' label (the agent is provisioned by a Cloud plugin like Kubernetes or Docker plugin).

Building Image

docker build -t onenashev/custom-war-packager-builder .