Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The following script cannot be round-tripped
pipeline { agent none stages { stage("foo") { echo '''Hello! 'How are you?', said script A "I am fine \'\'\'really\'\'\'" said script B ''' sh 'echo "\'quoted\'"' } } }
Attachments
Issue Links
- links to
May also want to handle round-tripping {{GString}}s but I'm too lazy to look up the escaping rules for those!