Issue Type: Bug Bug
Assignee: Justin Ryan
Components: job-dsl-plugin
Created: 22/Apr/14 8:34 AM
Description:

It is possible to create a job which will never end by configuring a job like:

job {
	name "Test"
	configure { root ->
	     // Please note I forgot to start with "root"
		properties / 'hudson.plugins.disk__usage.DiskUsageProperty').@plugin="[email protected]"
	}
}

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

Project: Jenkins
Priority: Blocker Blocker
Reporter: Daniel Kuffner
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to