This commit is contained in:
2025-11-26 09:52:25 +08:00
parent 5bd5161152
commit e0962b6892

4
Jenkinsfile vendored
View File

@@ -2,9 +2,9 @@ pipeline {
/* 声明式流水线内容 */ /* 声明式流水线内容 */
agent any agent any
tools { //tools {
//maven 'maven-3.9.9' //maven 'maven-3.9.9'
} //}
// agent { // agent {
// docker { // docker {