From 926f93c6708d9f506cb88fba8ff146f94ec4adcf Mon Sep 17 00:00:00 2001 From: zhangdd <86431843@qq.com> Date: Thu, 1 Apr 2021 16:54:16 +0800 Subject: [PATCH] test Signed-off-by: zhangdd <86431843@qq.com> --- Jenkinsfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fc0e1da..1652003 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,11 @@ pipeline { /* Jenkins为流水线分配一个执行器和工作区*/ agent any - def singlyQuoted='hello' - def doublyQuoted="world" + script{ + def singlyQuoted='hello' + def doublyQuoted="world" + } + -- GitLab