Greetings, On Tue, Jun 19, 2012 at 5:32 AM, <[email protected]> wrote: > The build timeout plugin > (https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin) has a job > configuration checkbox "Writing the build description" (I think this was > added in 1.9). However, there is nowhere to actually set the text of the > build description in the event of a timeout. > > Where can I set this? > Thanks
You can't. Check out: https://github.com/jenkinsci/build-timeout-plugin/blob/master/src/main/java/hudson/plugins/build_timeout/BuildTimeoutWrapper.java#L106 https://github.com/jenkinsci/build-timeout-plugin/blob/master/src/main/resources/hudson/plugins/build_timeout/Messages.properties#L3 -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not.
