Groovy Postbuild Plugin September 25, 2011 Groovy bosp build plugin allow to run groovy script after build finish. Read more
Jenkins error: groovy.lang.MissingPropertyException September 20, 2011 I tried to run groovy build step and got below error. This post will describe how I solved the problem. Caught: groovy.lang.MissingPropertyException: No such property: hudson for class: script Read more
Jenkins object model - Links to main classes javadoc September 20, 2011 Useful resource when writing groovy scripts for jenkins (its object model) Read more