Commit 50ab389d by tingweiwang

fix bug

1 parent a02e1bee
Showing with 1 additions and 1 deletions
def label = "mypod-${UUID.randomUUID().toString()}"
podTemplate(label: label, cloud: 'kubernetes') {
node("{$DEPLOY_ENV}-pod-template") {
node("$DEPLOY_ENV-pod-template") {
stage('Clone') {
echo "开始下载autodl项目代码"
git url: "https://tingweiwang@gitlab.seetatech.com/tingweiwang/ksyun-CICD-test.git"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!