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
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