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:33:40 +08:00
parent ab0571d177
commit 5fd6e1a9c2

4
Jenkinsfile vendored
View File

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