DisplayName and unicode character

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

XMLWordPrintable

    • 2.398

      I try the following test code on http://job-dsl.herokuapp.com/
      ```
      organizationFolder('test')

      { displayName('Foxy 🦊') }

      ```
      it works the generated xml is correct.

      On my container i debug with cat the char is correct in the jenkins.yaml
      file /jenkins.yaml
      /jenkins.yaml: UTF-8 Unicode text

      cat jenkins.yaml | grep displayName
      ```
      displayName('Foxy (🦊)')
      ```
      the generated config.xml from the job the char is broken
      ```
      cat /var/jenkins_home/jobs/test/config.xml | grep display
      <displayName>Foxy (力)</displayName>
      ```

      when i set the displayName manual over the gui it works and also the char in the config.xml is correct.

            Assignee:
            Basil Crow
            Reporter:
            Gordon Franke
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: