【项目定制配置文件】jenkins自动部署开发服务器
parent
c23b2201cd
commit
d613af350f
|
|
@ -13,7 +13,7 @@ pipeline {
|
|||
stage('拉取代码') {
|
||||
steps {
|
||||
echo "${ref}分支开始构建"
|
||||
checkout scmGit(branches: [[name: "${ref}"]], extensions: [], userRemoteConfigs: [[credentialsId: 'gitee', url: 'https://gitee.com/jianghewangluo/specialty.git']])
|
||||
checkout scmGit(branches: [[name: "${ref}"]], extensions: [], userRemoteConfigs: [[credentialsId: 'gitee', url: 'https://gitee.com/jianghewangluo/specialty-ui-admin-vue3.git']])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue