Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54930

withEnv should accept Map as well as List

XMLWordPrintable

      The withEnv step should accept a java.util.{{Map}}, which is the natural form of an environment variable list. It expects a java.util.List, and dies with

      java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List
      	at org.jenkinsci.plugins.structs.describable.DescribableModel.resolveClass(DescribableModel.java:503)
        ...
      Caused: java.lang.IllegalArgumentException: Could not instantiate {overrides={}} for EnvStep(overrides: String[])
        ...
      

      if a Map is passed.

            Unassigned Unassigned
            ringerc Craig Ringer
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: