This commit is contained in:
2025-11-24 15:48:45 +08:00
parent bdcf589398
commit 39ac795916

4
Jenkinsfile vendored
View File

@@ -3,8 +3,8 @@ pipeline {
agent none // 不指定全局代理 agent none // 不指定全局代理
tools { tools {
maven 'apache-maven-3.9.9' maven 'maven-3.9.9'
jdk 'jdk21' jdk 'jdk8'
} }
agent { agent {