Commit 25169e69 authored by zhangdd's avatar zhangdd

test

Signed-off-by: default avatarzhangdd <86431843@qq.com>
parent d64d0dfb
...@@ -6,9 +6,11 @@ pipeline { ...@@ -6,9 +6,11 @@ pipeline {
environment{ environment{
""" hello= 'hello'
echo 'hello'
""" world="""${sh(returnStatus:true,
script:'echo "world"')}
"""
} }
...@@ -22,6 +24,7 @@ pipeline { ...@@ -22,6 +24,7 @@ pipeline {
echo 'hello mr. ${singlyQuoted}' echo 'hello mr. ${singlyQuoted}'
echo "i said hello mr. ${doublyQuoted}" echo "i said hello mr. ${doublyQuoted}"
} }
echo "${world}"
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment