mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Re-added the maven tool.
This commit is contained in:
parent
9ee0b657e2
commit
43932be6a0
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -2,9 +2,9 @@ pipeline {
|
||||||
//environment {
|
//environment {
|
||||||
//}
|
//}
|
||||||
|
|
||||||
//tools {
|
tools {
|
||||||
// maven 'Maven 3.5.0'
|
maven 'Maven 3.5.0'
|
||||||
//}
|
}
|
||||||
|
|
||||||
agent none
|
agent none
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue