From 71ce3705019757b3d42219649f041746616d38e3 Mon Sep 17 00:00:00 2001 From: zhangdd <86431843@qq.com> Date: Thu, 1 Apr 2021 17:22:38 +0800 Subject: [PATCH] test Signed-off-by: zhangdd <86431843@qq.com> --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0482b67..33b8669 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { echo 'hello mr. ${singlyQuoted}' echo "i said hello mr. ${doublyQuoted}" } + echo "${hello}" echo "${world}" } -- GitLab