Jenkins Swarm slave preconfigured for Polymer-CLI and other tools
4.9K
Link to GitHub: https://github.com/krumIO/jenkins-slave-polymer
Link to Dockerhub: https://store.docker.com/community/images/krumware/jenkins-slave-polymer
This image is a preconfigured openjdk instance which can auto-allocate and de-allocate itself as a node with a master Jenkins instance. Additional reading on how the Swarm Plugin works in general can be found in the resources section below.
You can use this image to run a node used with a typical pipeline file, no extra volume/workspace share magic here.
Pre-installed:
Not yet installed:
This image requires a Jenkins instance with Swarm Plugin installed.
Resources
To run a Docker container passing any parameters to the slave
It is recommended that a label be specified for ease of selection in your pipeline. jenkins:jenkins is used here for an example password combination.
The base image attempts to connect to http://jenkins:8080 by default.
Run with direct connection to a Jenkins master not located at the default address:
Run in a service stack with linking to the Jenkins master container
command. For example: -username jenkins -password jenkins -executors 1 -labels polymerdocker build -t krumware/jenkins-slave-polymer .
Content type
Image
Digest
Size
715 MB
Last updated
over 5 years ago
docker pull krumware/jenkins-slave-polymer