-
Bug
-
Resolution: Fixed
-
Minor
-
None
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\'"' } } }
- links to