完成支付、电子面单、模板消息队列等功能
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
||||
// DockerHub 账号名
|
||||
DOCKERHUB_NAMESPACE = 'docker_username'
|
||||
// GitHub 账号名
|
||||
GITHUB_ACCOUNT = 'https://gitee.com/zhijiantianya/ruoyi-vue-pro'
|
||||
GITHUB_ACCOUNT = 'https://gitee.com/guchengwuyue/yshop-pro'
|
||||
// 应用名称
|
||||
APP_NAME = 'yshop-server'
|
||||
// 应用部署路径
|
||||
@ -29,7 +29,7 @@ pipeline {
|
||||
stages {
|
||||
stage('检出') {
|
||||
steps {
|
||||
git url: "https://gitee.com/will-we/ruoyi-vue-pro.git",
|
||||
git url: "https://gitee.com/will-we/yshop-pro.git",
|
||||
branch: "devops"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user