Issue Type: Bug Bug
Assignee: huybrechts
Components: parameterized-trigger, parameters
Created: 07/Aug/12 5:51 PM
Description:

This has started happening on our Jenkins instance a few weeks ago. We are running Jenkins 1.476 and Parameterized Trigger 2.15.

When I first try too add a trigger, the UI does not get any options, the second attempt give me one with invalid settings (non blocking should not show the Failure options).

When I try to save I get these exceptions in the master log.

Caused by: java.lang.RuntimeException: Failed to instantiate class hudson.plugins.parameterizedtrigger.TriggerBuilder from {"configs":{"block":true,"buildStepFailureThreshold":"FAILURE","failureThreshold":"FAILURE","projects":"sandbox-sleep1m","unstableThreshold":"UNSTABLE"},"kind":"hudson.plugins.parameterizedtrigger.TriggerBuilder","stapler-class":"hudson.plugins.parameterizedtrigger.TriggerBuilder"}
	at hudson.model.Descriptor.newInstance(Descriptor.java:575)
	at hudson.model.Descriptor.newInstancesFromHeteroList(Descriptor.java:912)
	at hudson.model.Descriptor.newInstancesFromHeteroList(Descriptor.java:899)
	at hudson.util.DescribableList.rebuildHetero(DescribableList.java:203)
	at hudson.model.Project.submit(Project.java:202)
	at hudson.model.Job.doConfigSubmit(Job.java:990)
	at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:699)
	... 67 more

Existing jobs seems to run as expected, but we cannot update/add configuration that requires this feature.

Project: Jenkins
Priority: Major Major
Reporter: Stephane Odul
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

Reply via email to