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

2
cloud/Jenkinsfile vendored

@ -23,7 +23,7 @@ pipeline {
steps {
sh "docker build -t ruoyi-nginx cloud/ruoyi-nginx"
echo "构建镜像完成"
sh "docker build -t ruoyi-nginx cloud/ruoyi-java"
sh "docker build -t ruoyi-java cloud/ruoyi-java"
}
}
}

Loading…
Cancel
Save