2 Commits
Author SHA1 Message Date
曾志威 49f4a9d477 init
continuous-integration/drone Build is passing
2026-02-12 23:49:29 +08:00
曾志威 367d513182 init
continuous-integration/drone Build is passing
2026-02-12 23:41:58 +08:00
2 changed files with 15 additions and 27 deletions
+14 -26
View File
@@ -2,29 +2,17 @@ kind: pipeline
name: default
steps:
# 步骤2:拉取其他 Git 项目(common-utils
- name: clone-other-project
image: alpine/git:latest # 轻量 Git 镜像
commands:
# 拉取其他项目到指定目录
- >
git clone
-b proj-walle-snd-3.3-dev
--depth 1
https://zwzeng:glpat-Ht2452yuDgM84iNzu32b@git.ittx.com.cn/wms/wms-loghub-3-x.git
# docker 打包
- name: deploy
image: registry.cn-hangzhou.aliyuncs.com/loghub/wms-system-service:gradle8
commands:
- cd wms-loghub-3-x
- >
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=proj-walle-snde-wms-dev
# docker 打包
- name: docker
image: plugins/docker
settings:
context: ./
dockerfile: ./Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
registry: https://registry.cn-hangzhou.aliyuncs.com
repo: registry.cn-hangzhou.aliyuncs.com/loghub/redis
tags:
- 8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rabbitmq:4.2-management-alpine
FROM redis:8.6-rc1-alpine3.23
RUN set -eux; \
apk update; \