-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Blocker
-
Resolution: Unresolved
-
Component/s: structs-plugin
-
Labels:
-
Similar Issues:
-
Epic Link:
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-60155 "traits" stopped working in 2.6.0
-
- Open
-
-
JENKINS-60184 job-dsl crashes Jenkins because of cloudbees-bitbucket-branch-source version 2.6.0
-
- Open
-
-
JENKINS-46202 Cannot discover all GitHub repos and their branches with Job DSL anymore
-
- 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
-
- Open
-
-
JENKINS-51530 Mulibranch pipeline job and mercurialSCMSource traits request
-
- Closed
-
- links to
Code changed in jenkins
User: Daniel Spilker
Path:
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTraitsTest.java
http://jenkins-ci.org/commit/github-branch-source-plugin/745dfbfe4f8002b085386e8da8a9416a964472d2
Log:
added a workaround for JENKINS-26535
[FIXES JENKINS-45860]