-
Bug
-
Resolution: Unresolved
-
Major
-
None
would be great to configure organizationChildTriggersProperty via CasC, like so maybe?
organizationChildTriggersProperty {
templates {
interval('1h')
}
}
- 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