Commit a952e260 by tingweiwang

fix bug

1 parent ab3d42f5
Showing with 1 additions and 1 deletions
def label = "mypod-${UUID.randomUUID().toString()}"
podTemplate(label: label, cloud: 'kubernetes') {
node('private-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!