Talk in English - US at PHPBenelux Conference 2018
Track Name:
Uncon (Van Gogh)
View Slides: https://speakerdeck.com/tonivdv/automate-jenkins-job-creation-number-phpbnl18
Short URL: https://joind.in/talk/26f3d
(QR-Code (opens in new window))
Jenkins is a great CI tool. Especially if you need a high degree of customization and if other cloud players are simply not a fit for your needs. However when you need to manage a lot of jobs, this can quickly become a pain in the neck. What if you could automate all this? This talk will show you how to do this through different easy approaches and examples. Oh, and Jenkins is not only for java projects ;)
Comments
Comments are closed.
Many interesting info about jenkins dsl plugin. Good job!
Shame the examples can only be used while disabling the default safeguards. Might be interesting to see if there are better workarounds. Interesting talk nonetheless.
@Bart All the examples (with the exception of demo5bis) can be used with maximum safeguards. It's only when you want to import custom packages (https://groups.google.com/forum/#!topic/job-dsl-plugin/lYgX3boW0Pk)
All have to make that more clear in the future.
Thanks