Friday, September 5, 2014

Puppet - setting up a Jenkins Server

Used this module to stand up a Jenkins Master and some Slaves:
https://forge.puppetlabs.com/rtyler/jenkins


Eventually hope to use this python API to attach the slaves to the master after their creation:
https://pypi.python.org/pypi/jenkinsapi

Unfortunately the Jenkins-Swarm plugin doesn't work on AWS cuz they block UDP Broadcasts.

You can also poke at the Jenkins API through your browser:
 http://someJenkinsHost:8080/api/json?pretty&depth=3


and for some reason our legacy Jenkins server has like 90 plugins... so we'll probly want to weed that down quite a bit.

No comments:

Post a Comment