From 4192036e9fe74a73c2f00993bb0889301c4190fb Mon Sep 17 00:00:00 2001 From: zhangdd <86431843@qq.com> Date: Thu, 1 Apr 2021 17:21:37 +0800 Subject: [PATCH] test Signed-off-by: zhangdd <86431843@qq.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index aa8e1a6..0482b67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { hello= 'hello' world="""${sh(returnStatus:true, - script:'echo "world"')} + script:'"world"')} """ } -- GitLab