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

Project Description Setter Plugin broken with JEP-200

      Moving to latest version of Jenkins means that there is a warning about Old Data to do with the Project Description Setter Plugin https://wiki.jenkins.io/display/JENKINS/Project+Description+Setter+Plugin .

       This is because it doesn't want to deserialise <charsetName>windows-1252</charsetName>.

       I now get the following error whenever a job runs with the Description Setter Plugin.

      java.lang.IllegalArgumentException: Null charset name
      at java.nio.charset.Charset.lookup(Unknown Source)
      at java.nio.charset.Charset.forName(Unknown Source)
      at org.jenkinsCi.plugins.projectDescriptionSetter.DescriptionSetterWrapper.readFile(DescriptionSetterWrapper.java:150)

          [JENKINS-56686] Project Description Setter Plugin broken with JEP-200

          Andrew Ducker created issue -
          Andrew Ducker made changes -
          Summary Original: Description Setter Plugin broken with JEP-200 New: Project Description Setter Plugin broken with JEP-200
          Andrew Ducker made changes -
          Environment Original: Jenkins 2.164.1
          Description Setter Plugin V1.10 https://wiki.jenkins.io/display/JENKINS/Description+Setter+Plugin
          New: Jenkins 2.164.1
          Project Description Setter Plugin V1.2 https://wiki.jenkins.io/display/JENKINS/Project+Description+Setter+Plugin
          Andrew Ducker made changes -
          Description Original: Moving to latest version of Jenkins means that there is a warning about Old Data to do with the Description Setter Plugin ([https://wiki.jenkins.io/display/JENKINS/Description+Setter+Plugin |https://wiki.jenkins.io/display/JENKINS/Description+Setter+Plugin]).

           This is because it doesn't want to deserialise <charsetName>windows-1252</charsetName>.

           I now get the following error whenever a job runs with the Description Setter Plugin.

          java.lang.IllegalArgumentException: Null charset name
           at java.nio.charset.Charset.lookup(Unknown Source)
           at java.nio.charset.Charset.forName(Unknown Source)
           at org.jenkinsCi.plugins.projectDescriptionSetter.DescriptionSetterWrapper.readFile(DescriptionSetterWrapper.java:150)
          New: Moving to latest version of Jenkins means that there is a warning about Old Data to do with the Project Description Setter Plugin [https://wiki.jenkins.io/display/JENKINS/Project+Description+Setter+Plugin] .

           This is because it doesn't want to deserialise <charsetName>windows-1252</charsetName>.

           I now get the following error whenever a job runs with the Description Setter Plugin.

          java.lang.IllegalArgumentException: Null charset name
           at java.nio.charset.Charset.lookup(Unknown Source)
           at java.nio.charset.Charset.forName(Unknown Source)
           at org.jenkinsCi.plugins.projectDescriptionSetter.DescriptionSetterWrapper.readFile(DescriptionSetterWrapper.java:150)
          Andrew Ducker made changes -
          Component/s New: project-description-setter-plugin [ 15903 ]
          Component/s Original: description-setter-plugin [ 15536 ]

            huybrechts huybrechts
            theandrewducker Andrew Ducker
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: