-
Bug
-
Resolution: Unresolved
-
Blocker
org.jenkinsci.plugins.credentialsbinding.impl.BindingStep notes that while List<MultiBinding> bindings works fine, List<? extends MultiBinding<?>> does not, nor does List<MultiBinding<?>>.
- blocks
-
JENKINS-59642 implement organizationChildTriggersProperty
-
- Open
-
-
JENKINS-60184 job-dsl crashes Jenkins because of cloudbees-bitbucket-branch-source version 2.6.0
-
- Open
-
-
JENKINS-61119 Cannot configure Bitbucket ForkPullRequestDiscoveryTrait by using Job DSL dynamic API
-
- Open
-
-
JENKINS-60874 Cannot configure ForkPullRequestDiscoveryTrait by using Job DSL dynamic API
-
- Resolved
-
-
JENKINS-46202 Cannot discover all GitHub repos and their branches with Job DSL anymore
-
- Closed
-
-
JENKINS-60155 "traits" stopped working in 2.6.0
-
- Closed
-
-
JENKINS-45860 Support traits for ScmNavigators
-
- Closed
-
- is blocking
-
JENKINS-28784 junit-attachments plugin not compatible with Pipeline
-
- Resolved
-
-
JENKINS-37477 PipelineTriggersJobProperty / pipelineTriggers() - snippet generator and syntax doc fail
-
- Resolved
-
-
JENKINS-41086 Performance plugin support in dsl plugin
-
- Closed
-
- is duplicated by
-
JENKINS-28510 DescribableHelper error with @DataBoundSetter on Map<String,String>
-
- Reopened
-
- is related to
-
JENKINS-26619 DescribableHelper does not handle GitSCMExtension
-
- Resolved
-
- relates to
-
JENKINS-60155 "traits" stopped working in 2.6.0
-
- Closed
-
-
JENKINS-51530 Mulibranch pipeline job and mercurialSCMSource traits request
-
- Closed
-
- links to
trying to use properties in a MultiBranch Pipeline like so:
but I get:
java.lang.UnsupportedOperationException: JENKINS-26535: do not know how to handle java.util.List<hudson.model.JobProperty>
My understanding from http://stackoverflow.com/questions/35370810/how-do-i-use-jenkins-pipeline-properties-step#35471196 was that the properties syntax was working but maybe i am wrong.
Jenkins LTS 1.642.2 , Pipeline Branch 1.15