GroovyJenkins
GroovyJenkins copied to clipboard
An assortment of utility scripts meant for Jenkins to help automate itself
Currently unused, but may become valuable at some point of time as it illustrates module-specific plugin configuration.
The constructors from DumbSlave and SSHLauncher are deprecated, so updated them.
There is a fairly simple way to decorate the Jenkins job log with an active link to a just-triggered job. ProvisionBuilder gets the link for free as it uses the...
Make a job with Chef Identity active, preparing the build environment. The .chef dir gets created and has the knife.rb file in it correctly, yay! Now enable Git for the...
Unlike Groovy System script steps done as part of the main build the Post-Build Groovy step used by ProvisionBuilder job doesn't give an obvious option to run via script file...