Signed-off-by: newrain001 <newrain_wang@163.com>
master
newrain001 1 year ago committed by Gitee
parent 30c032d937
commit 9a9905e315
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 4
      cloud/Jenkinsfile

4
cloud/Jenkinsfile vendored

@ -21,9 +21,9 @@ pipeline {
}
stage('构建镜像') {
steps {
sh "docker build -t ruoyi-nginx cloud/ruoyi-nginx"
sh "cd cloud/ruoyi-nginx && docker build -t ruoyi-nginx ."
sh "cd cloud/ruoyi-java && docker build -t ruoyi-java ."
echo "构建镜像完成"
sh "docker build -t ruoyi-java cloud/ruoyi-java"
}
}
}

Loading…
Cancel
Save