emanuelez created JENKINS-12855:
-----------------------------------
Summary: Unnecessary character escapes in Groovy views script
Key: JENKINS-12855
URL: https://issues.jenkins-ci.org/browse/JENKINS-12855
Project: Jenkins
Issue Type: Bug
Components: core
Affects Versions: current
Reporter: emanuelez
in a groovy view somthing like:
script("""
for(i = 0; i < 10; i++)
""")
will be converted to:
for(i = 0; i < 10; i++)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira