Re: automating jenkins (master) setup - plugins / extensions and their configs

2018-04-23 Thread nicolas de loof
init.groovy scripts is a very powerful way to setup jenkins but require to know jenkins / plugins programmatic API. If you're not a plugin developer this might be very uncomfortable to write and maintain. As an alternative, you might be interested in https://github.com/jenkinsci/configuration-as-c

automating jenkins (master) setup - plugins / extensions and their configs

2018-04-23 Thread Alex Els
Hi there, I'm trying to create a automated setup of Jenkins masters and am struggling with setting up custom plugins, like terraform or docker, programatically via groovy scripts in init.groovy.d are there any good resources on how to do this? I'm using the Jenkins docker image, which can a