On our jenkins server we are providing ~30 Docker Agent Templates for build jobs. I've successfully automated the creation of the build jobs for those images using the Jenkins Job DSL plugin. Now I'm wondering whether I could use the Job DSL plugin (or any other plugin that provides scripting) to automate the configuration of the Docker Agent Templates in the Jenkins Settings:
Asked
Active
Viewed 174 times
1
-
Yes you could use the Jenkins Pipeline plugin for this. – Matthew Schuchard Jun 03 '19 at 16:53
-
Any hints on how I could use the pipelines plugin? – Michael Lihs Jun 03 '19 at 16:59
-
Which plugin provides the Docker Agent templates feature? – daspilker Jun 11 '19 at 20:57