Loading... ```gradle stage('git checkout') { steps { checkout([ $class: 'GitSCM', branches: [[name: "${params.DEPLOYER_BRANCH_TAG}"]], userRemoteConfigs: [[url: "${GIT_PROJECT_LINK}", credentialsId: "${env.GIT_CREDENTIALSID}"]], extensions: [ [$class:'GitLFSPull'], [$class:'CheckoutOption', timeout:180], [$class:'CloneOption', depth:0, noTags:false, reference:'', shallow:false, timeout:180] ] ]) } } ``` 最后修改:2024 年 07 月 03 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏