build file
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user