Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: branch-api-plugin, job-dsl-plugin, structs-plugin
-
Labels:None
-
Similar Issues:
Description
would be great to configure organizationChildTriggersProperty via CasC, like so maybe?
organizationChildTriggersProperty {
templates {
interval('1h')
}
}
Attachments
Issue Links
- is blocked by
-
JENKINS-26535 DescribableHelper does not handle wildcards well
-
- Open
-
I tried the following;
and got this error:
When I look at job-DSL api guide in my instance `organizationChildTriggersProperty` is listed, but it has no properties listed underneath it.
Is there perhaps a missing `@DataBoundConstructor` in the code to expose the triggers?
https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/java/jenkins/branch/OrganizationChildTriggersProperty.java#L67