diff --git a/Jenkinsfile b/Jenkinsfile index aa8e1a6f09dbd36fd538f8c823306718405ea351..0482b67720479d8de8f4524434e882745c367574 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { hello= 'hello' world="""${sh(returnStatus:true, - script:'echo "world"')} + script:'"world"')} """ }