Commit 9c808d8a authored by zhangdd's avatar zhangdd

test

Signed-off-by: default avatarzhangdd <86431843@qq.com>
parent b086c859
......@@ -4,6 +4,12 @@ pipeline {
/* Jenkins为流水线分配一个执行器和工作区*/
agent any
def singlyQuoted='hello'
def doublyQuoted="world"
echo 'hello mr. ${singlyQuoted}'
echo "i said hello mr. ${doublyQuoted}"
stages {
stage('Git Checkout') {
......
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