...
 
Commits (2)
    https://gitcode.net/xuxiaowei-com-cn/nacos-sentinel/-/commit/9a239d40ab2ade9b42d6ae258df9bf4d2a58b8b7 :construction_worker: rules changes 2024-02-22T15:50:21+08:00 徐晓伟 xuxiaowei@xuxiaowei.com.cn https://gitcode.net/xuxiaowei-com-cn/nacos-sentinel/-/commit/0046c7167943cd4925df11594f773e72b1e21ee4 :memo: 补充使用说明 2024-02-22T15:50:54+08:00 徐晓伟 xuxiaowei@xuxiaowei.com.cn
......@@ -44,6 +44,13 @@ build:java:
key: "${CI_JOB_NAME}"
paths:
- .m2/repository
rules:
- changes:
- src
- .gitlab-ci.yml
- .springjavaformatconfig
- Dockerfile
- pom.xml
build:docker:
stage: build:docker
......@@ -75,6 +82,13 @@ build:docker:
--build-arg ARTIFACT_ID=${ARTIFACT_ID}
--build-arg VERSION=${VERSION}
--destination "${DOCKER_USERNAME}/${ARTIFACT_ID}:${VERSION}-${CI_PIPELINE_ID}"
rules:
- changes:
- src
- .gitlab-ci.yml
- .springjavaformatconfig
- Dockerfile
- pom.xml
# 嵌入
include:
......
......@@ -134,6 +134,8 @@
## 使用说明
- 项目启动时,订阅现存所有服务
- 项目启动 `3 分钟` 后,每隔 `5 秒`,检查一次 Nacos 连接状态以及是否有新服务注册,并订阅新注册的服务
- 飞书数据格式
```json
......