build file
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit

This commit is contained in:
jiangh277
2025-12-24 15:39:28 +08:00
parent 5fd6e1a9c2
commit 04c2a40856

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any agent any
tools { tools {
maven 'Maven 3.8.6' // 修正Maven工具名称 maven 'maven 3.9.12' // 修正Maven工具名称
jdk 'openjdk21' // 修正JDK工具名称使用Jenkins中实际配置的名称 jdk 'openjdk21' // 修正JDK工具名称使用Jenkins中实际配置的名称
} }