Skip to content

Accenture/adop-jenkins-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

What is adop-jenkins-worker?

adop-jenkins image provide Jenkins automation tool as a worker.

How to use this image

The easiest for to run adop-jenkins-worker image is as follows:

docker run --name -d accenture/adop-jenkins-worker:VERSION

Runtime configuration can be provided using environment variables:

  • SWARM_MASTER, URL for the jenkins instance acting as a primary
  • SWARM_USER, username for connecting to primary
  • SWARM_PASSWORD, password for connecting to primary
  • SLAVE_NAME, Name for the Jenkins worker
  • SLAVE_LABELS, Whitespace-separated list of labels to be assigned for this worker.
  • SLAVE_MODE, The mode controlling how Jenkins allocates jobs to workers.
  • SLAVE_EXECUTORS, Number of executors
  • SLAVE_DESCRIPTION, Description to be put on the worker

License

Please view licence information for the software contained on this image.

#Supported Docker versions

This image is officially supported on Docker version 1.9.1. Support for older versions (down to 1.6) is provided on a best-effort basis.

User feedback

Documentation

Documentation for this image is available in the Jenkins documentation page and Jenkins Swarm plugin documentation page. Additional documentaion can be found under the docker-library/docs GitHub repo. Be sure to familiarize yourself with the repository's README.md file before attempting a pull request.

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contribute

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.