Commit b02eda71 by tingweiwang

Update Jenkinsfile

1 parent 048640c0
Showing with 2 additions and 1 deletions
...@@ -4,7 +4,8 @@ node('private') { ...@@ -4,7 +4,8 @@ node('private') {
stage('Clone') { stage('Clone') {
echo "开始下载autodl项目代码" echo "开始下载autodl项目代码"
git url: "https://tingweiwang@gitlab.seetatech.com/tingweiwang/pipeline-test.git" git url: "https://tingweiwang@gitlab.seetatech.com/tingweiwang/pipeline-test.git"
git credentialsId: 'd2625477-5e8f-4661-84cf-aefabf33bc2f' } git credentialsId: 'd2625477-5e8f-4661-84cf-aefabf33bc2f'
}
stage('go test') { stage('go test') {
sh "go version" sh "go version"
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!