This demo demonstrates building of Jenkinsfile Runner Docker images with Custom WAR Packager. This demo bundles some plugins so that it demonstrates a Pipeline execution.
To build the Docker image, run make clean build
You can experiment with other Jenkinsfiles if needed.
Once the Docker image is built, the demo Jenkinsfile Runner can be started simply as...
docker run --rm -v $PWD/Jenkinsfile:/workspace/Jenkinsfile jenkins/jenkinsfile-runner
See a more complex demo here
This demo is captured from CLI using Terminalizer. Source files in YAML are also available in the demo folder.
