Commit c7a4c96a authored by zhangdd's avatar zhangdd

test

Signed-off-by: default avatarzhangdd <86431843@qq.com>
parent cc3cae94
......@@ -22,6 +22,14 @@ pipeline {
}
}
stage('read environment'){
steps{
echo "${env.BUILD_ID}"
echo '---------------------------'
echo ${env.BUILD_ID}
}
}
stage('Git Checkout') {
steps {
checkout([$class: 'GitSCM', branches: [[name: '$Branches']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'a97e0ce1-814b-4e7d-832a-4ac3eed72506', url: 'git@gitlab.schbrain.com:zhangdongdong/test.git']]])
......
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