Change By: Daniel Kuffner (22/Apr/14 8:37 AM)
Description: It is possible to create a job which will never end by configuring a job like:

{code}

job {
name "Test"
configure { root ->
     // Please note I forgot to start with "root"
( properties /  ( 'hudson.plugins.disk__usage.DiskUsageProperty').@plugin="disk-usage@0.23"
}
}
{code}

I did obviously a mistake in the configuration block since I start with "properties" instead of "root". Neverless it would be good if in this case the job would just fail.


JobDSL Plugin Version 1.22

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to