fix:修正流水线配置

This commit is contained in:
2025-07-16 17:10:09 +08:00
parent 03e4161c98
commit 64df823b31
Vendored
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'maven:3-alpine'
image 'maven:3.9.6-eclipse-temurin-17'
args '-v /root/.m2:/root/.m2'
}
}