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

Unnecessary character escapes in Groovy views script

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Major Major
    • core

      in a groovy view somthing like:

      script("""
      for(i = 0; i < 10; i++)
      """)

      will be converted to:

      for(i = 0; i < 10; i++)

            Unassigned Unassigned
            emanuelez emanuelez
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: