Commit 048640c0 by tingweiwang

Update Jenkinsfile

1 parent cdbcc85e
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ podTemplate(label: label, cloud: 'kubernetes') { ...@@ -3,7 +3,7 @@ podTemplate(label: label, cloud: 'kubernetes') {
node('private') { node('private') {
stage('Clone') { stage('Clone') {
echo "开始下载autodl项目代码" echo "开始下载autodl项目代码"
git url: "https://tingweiwang@gitlab.seetatech.com/tingweiwang/jenkins-slave-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!