This commit is contained in:
2025-11-24 15:51:12 +08:00
parent 6352f1d7b6
commit 0d9067705e

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline { pipeline {
/* 声明式流水线内容 */ /* 声明式流水线内容 */
agent none // 不指定全局代理 agent any
tools { tools {
maven 'maven-3.9.9' maven 'maven-3.9.9'