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
Activity
Field | Original Value | New Value |
---|---|---|
Remote Link | This issue links to "PR#28 (Web Link)" [ 14929 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
May also want to handle round-tripping {{GString}}s but I'm too lazy to look up the escaping rules for those!