https://github.com/osrf/osrf_puppet_jenkins
Puppet stuff for geting the slaves of the osrf jenkins
https://github.com/osrf/osrf_puppet_jenkins
Last synced: 11 months ago
JSON representation
Puppet stuff for geting the slaves of the osrf jenkins
- Host: GitHub
- URL: https://github.com/osrf/osrf_puppet_jenkins
- Owner: osrf
- Created: 2014-09-18T00:47:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T01:13:59.000Z (over 6 years ago)
- Last Synced: 2025-07-07T17:11:45.905Z (12 months ago)
- Language: Puppet
- Size: 21.5 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSRF puppet for jenkins slaves
Puppet configuration to set up build.osrfoundation.org jenkins slaves
## Usage
* Create the node in Jenkins
* Go into the new jenkins node
* Download this repository
* sudo ./install.py
* Complete your information in /etc/default/jenkins-slave
* sudo service jenkins-slave restart
## Future work
* Provide install.py with secret jenkins token and node name so
it can automatically complete the /etc/default/jenkins-slave configuration
* Use the jenkins API to create the node automatically