1 Commits
Author SHA1 Message Date
曾志威 eb52f4e7eb init
continuous-integration/drone Build is passing
2026-02-13 02:13:57 +08:00
+7 -6
View File
@@ -2,7 +2,6 @@ kind: pipeline
name: default
steps:
# 步骤2:拉取其他 Git 项目(common-utils
- name: clone-other-project
image: alpine/git:latest # 轻量 Git 镜像
@@ -10,20 +9,22 @@ steps:
# 拉取其他项目到指定目录
- >
git clone
-b v3.3-walle-v1.3
-b proj-snd-ess-3.1
--depth 1
https://zwzeng:glpat-Ht2452yuDgM84iNzu32b@git.ittx.com.cn/wms/wms-loghub-3-x.git
https://zwzeng:glpat-Ht2452yuDgM84iNzu32b@git.ittx.com.cn/edi/edi-wms.git
# docker 打包
- name: deploy
image: registry.cn-hangzhou.aliyuncs.com/loghub/wms-system-service:gradle8
commands:
- cd wms-loghub-3-x
- cd edi-wms
- >
gradle jib --info
gradle jib -stacktrace
--parallel
-Pmax-workers=16
-x test
-PdockerBuild=true
-Dcybertrans.idp.enabled=false
-Djib.from.image=registry.cn-hangzhou.aliyuncs.com/loghub/wms-system-service:snde-jdk
-Djib.to.image=registry.cn-hangzhou.aliyuncs.com/loghub/wms-system-service
-Djib.to.tags=walle-wms
-Djib.to.tags=proj-walle-snde-edi-ess