Configure Jenkins and Tomcat using Puppet
Posted
by
ex3v
on Programmers
See other posts from Programmers
or by ex3v
Published on 2014-08-22T19:41:46Z
Indexed on
2014/08/23
4:27 UTC
Read the original article
Hit count: 412
I'm trying to setup Spring dev environment (jenkins, tomcat) on Vagrant. What I really want to achieve is to limit config to only Puppet scripts, so I can share it with my colleagues and work together on the same environment.
So far I managed to set up simple scripts to install jenkins, tomcat and so on, they work fine. What about jenkins configuration though?
I'm pretty green in jenkins usage and configuration, not sure if I'm doing it the right way... I found this article and I want to migrate whole setup described in it to Puppet. Any ideas? Thanks.
© Programmers or respective owner