jenkinsci / jenkinsci/structs-plugin

[JENKINS-26535] DescribableHelper does not handle wildcards well

Open
#266 21 comments 0 reactions 0 assignees View on GitHub
component:structs-plugin imported-jira-issue pipeline priority:blocker resolution:unresolved
Dominant language
Java
Stars
11
Forks
33
PR merge metrics
No merged PRs in 30d

Description

org.jenkinsci.plugins.credentialsbinding.impl.BindingStep notes that while List bindings works fine, List> does not, nor does List>.

---
Originally reported by jglick, imported from: DescribableHelper does not handle wildcards well


  • status: Open
  • priority: Blocker
  • component(s): structs-plugin
  • label(s): pipeline
  • resolution: Unresolved
  • votes: 15
  • watchers: 22
  • imported: 20260604-211335

Raw content of original issue

org.jenkinsci.plugins.credentialsbinding.impl.BindingStep notes that while List<MultiBinding> bindings works fine, List<? extends MultiBinding<?>> does not, nor does List<MultiBinding<?>>.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.