From 5db414093e6640a85598361dd727f219a70a1639 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:25:08 -0500 Subject: [PATCH 01/10] =?UTF-8?q?[fix]:[20251208][drone=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8E=A8=E9=80=81=E5=85=AC=E5=85=B1=E4=BB=93=E5=BA=93?= =?UTF-8?q?1]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 693f712..f6bc0c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,17 @@ clone: pull: false steps: + - name: summary + image: alpine + pull: false + volumes: + - name: maven-cache + path: /localcache/maven/repository + commands: + - echo "✅ PR pipeline completed at $(date)" + - touch /localcache/maven/repository/aaa.txt + - ls -lah /localcache/maven/repository + - name: java-build-test image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 pull: false From 705d2141b766f1790eaad357d414dd96019780f7 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:26:56 -0500 Subject: [PATCH 02/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f6bc0c0..513054c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ clone: pull: false steps: - - name: summary + - name: test_dir image: alpine pull: false volumes: From e6e78fa287326934d465452a511977fbd3ab0511 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:29:39 -0500 Subject: [PATCH 03/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 513054c..056c00a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,9 +29,9 @@ steps: - name: test_dir image: alpine pull: false - volumes: - - name: maven-cache - path: /localcache/maven/repository +# volumes: +# - name: maven-cache +# path: /localcache/maven/repository commands: - echo "✅ PR pipeline completed at $(date)" - touch /localcache/maven/repository/aaa.txt @@ -40,15 +40,15 @@ steps: - name: java-build-test image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 pull: false - volumes: - - name: maven-cache - path: /localcache/maven/repository +# volumes: +# - name: maven-cache +# path: /localcache/maven/repository environment: MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository commands: - mkdir -p ~/.m2 - cat ~/.m2/settings.xml - - mvn -B clean test package + - mvn -B clean test package -Dmaven.repo.local=/localcache/maven/repository - ls -lah target/*.jar || (echo "JAR file not found!" && exit 1) - name: frontend-build From f9c4157d324a5c5b22d90cf09ff5e72390d4dc20 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:42:15 -0500 Subject: [PATCH 04/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 056c00a..f4cd389 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,6 +46,8 @@ steps: environment: MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository commands: + - touch /localcache/maven/repository/aaa.txt + - ls -lah /localcache/maven/repository - mkdir -p ~/.m2 - cat ~/.m2/settings.xml - mvn -B clean test package -Dmaven.repo.local=/localcache/maven/repository From 126ca08ed56f4544183a2a755188b9a20141be5f Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:43:17 -0500 Subject: [PATCH 05/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f4cd389..e6baa25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: environment: MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository commands: - - touch /localcache/maven/repository/aaa.txt + - touch /localcache/maven/repository/bbb.txt - ls -lah /localcache/maven/repository - mkdir -p ~/.m2 - cat ~/.m2/settings.xml From 28048bd30e27e92a14fa70c150db93badfbbb234 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:44:57 -0500 Subject: [PATCH 06/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e6baa25..61a4c1d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: - ls -lah /localcache/maven/repository - name: java-build-test - image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 + image: registry.cn-beijing.aliyuncs.com/yinzy/maven:3.9-eclipse-temurin-8 pull: false # volumes: # - name: maven-cache From f1b158889da309b961907bd5524e1e80c0dd3fc3 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:49:56 -0500 Subject: [PATCH 07/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 61a4c1d..e6baa25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: - ls -lah /localcache/maven/repository - name: java-build-test - image: registry.cn-beijing.aliyuncs.com/yinzy/maven:3.9-eclipse-temurin-8 + image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 pull: false # volumes: # - name: maven-cache From e28f963c010c26d49ac3176804d42cf47686c50b Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:52:01 -0500 Subject: [PATCH 08/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index e6baa25..017c98b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,31 +26,17 @@ clone: pull: false steps: - - name: test_dir - image: alpine - pull: false -# volumes: -# - name: maven-cache -# path: /localcache/maven/repository - commands: - - echo "✅ PR pipeline completed at $(date)" - - touch /localcache/maven/repository/aaa.txt - - ls -lah /localcache/maven/repository - - name: java-build-test image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 pull: false -# volumes: -# - name: maven-cache -# path: /localcache/maven/repository environment: MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository commands: - - touch /localcache/maven/repository/bbb.txt - - ls -lah /localcache/maven/repository +# - touch /localcache/maven/repository/bbb.txt +# - ls -lah /localcache/maven/repository - mkdir -p ~/.m2 - cat ~/.m2/settings.xml - - mvn -B clean test package -Dmaven.repo.local=/localcache/maven/repository + - mvn -B clean test package - ls -lah target/*.jar || (echo "JAR file not found!" && exit 1) - name: frontend-build From 9e95b0d608117abb75fc47f6e0e492d859e116b8 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 18:58:59 -0500 Subject: [PATCH 09/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 017c98b..81f162b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,9 +16,11 @@ workspace: volumes: - name: maven-cache - path: /localcache/maven/repository + host: + path: /localcache/maven/repository - name: npm-cache - path: /localcache/npm-cache + host: + path: /localcache/npm-cache clone: depth: 0 @@ -42,9 +44,9 @@ steps: - name: frontend-build image: registry.cn-beijing.aliyuncs.com/yinzy/node:20.11-alpine3.19 pull: false - volumes: - - name: npm-cache - path: /localcache/npm-cache +# volumes: +# - name: npm-cache +# path: /localcache/npm-cache commands: - cd vue-ui - npm config set cache /localcache/npm-cache/.npm @@ -83,13 +85,17 @@ workspace: volumes: - name: maven-cache - path: /localcache/maven/repository + host: + path: /localcache/maven/repository - name: docker_sock - path: /var/run/docker.sock + host: + path: /var/run/docker.sock - name: jar-cache - path: /localcache/apps + host: + path: /localcache/apps - name: npm-cache - path: /localcache/npm-cache + host: + path: /localcache/npm-cache clone: depth: 0 From b79fb4e5f48203dca1f2a7e40a2c910891378685 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 19:01:31 -0500 Subject: [PATCH 10/10] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index 81f162b..864dbef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,11 +16,9 @@ workspace: volumes: - name: maven-cache - host: - path: /localcache/maven/repository + path: /localcache/maven/repository - name: npm-cache - host: - path: /localcache/npm-cache + path: /localcache/npm-cache clone: depth: 0 @@ -31,6 +29,9 @@ steps: - name: java-build-test image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 pull: false + volumes: + - name: maven-cache + path: /localcache/maven/repository environment: MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository commands: @@ -44,9 +45,9 @@ steps: - name: frontend-build image: registry.cn-beijing.aliyuncs.com/yinzy/node:20.11-alpine3.19 pull: false -# volumes: -# - name: npm-cache -# path: /localcache/npm-cache + volumes: + - name: npm-cache + path: /localcache/npm-cache commands: - cd vue-ui - npm config set cache /localcache/npm-cache/.npm @@ -85,17 +86,13 @@ workspace: volumes: - name: maven-cache - host: - path: /localcache/maven/repository + path: /localcache/maven/repository - name: docker_sock - host: - path: /var/run/docker.sock + path: /var/run/docker.sock - name: jar-cache - host: - path: /localcache/apps + path: /localcache/apps - name: npm-cache - host: - path: /localcache/npm-cache + path: /localcache/npm-cache clone: depth: 0