Commit 53798fad by tingweiwang

Update Jenkinsfile

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