Signed-off-by: newrain001 <newrain_wang@163.com>
master
newrain001 1 year ago committed by Gitee
parent 8a0c4a2914
commit 8ce3df9531
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 192.168.96.141/library/ruoyi-nginx cloud/ruoyi-nginx"
sh "docker build -t 192.168.96.141/library/ruoyi-nginx:${tag} cloud/ruoyi-nginx"
echo "构建镜像完成"
sh "docker build -t 192.168.96.141/library/ruoyi-java cloud/ruoyi-java"
sh "docker build -t 192.168.96.141/library/ruoyi-java:${tag} cloud/ruoyi-java"
}
}
stage('推送镜像') {

Loading…
Cancel
Save