NullPointerException with CLI create-job

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      When I try to create a new job by using the CLI create-job command, I get a NullPointerException:

      java.lang.NullPointerException
              at hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:40)
              at hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:34)
              at java.util.TreeMap.getEntryUsingComparator(TreeMap.java:351)
              at java.util.TreeMap.getEntry(TreeMap.java:322)
              at java.util.TreeMap.get(TreeMap.java:255)
              at hudson.util.CopyOnWriteMap.get(CopyOnWriteMap.java:89)
              at hudson.model.Hudson.getItem(Hudson.java:1907)
              at hudson.cli.CreateJobCommand.run(CreateJobCommand.java:47)
              at hudson.cli.CLICommand.main(CLICommand.java:176)
      

      I run the command using:

      java -jar hudson-cli.jar -s http://hudson:8080/hudson/ create-job < test-config.xml
      

      I have attached the test-config.xml configuration file I try to create the job from.

            Assignee:
            Ulli Hafner
            Reporter:
            dcoraboe
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: