mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
fixed type
This commit is contained in:
parent
49e062f018
commit
8cfbbd80ed
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -8,7 +8,7 @@ pipeline {
|
||||||
// Definition of Jenkins job configuration
|
// Definition of Jenkins job configuration
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
tools {
|
tools {
|
||||||
maven 'M3'
|
MAVEN_TOOL 'M3'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
skipStagesAfterUnstable()
|
skipStagesAfterUnstable()
|
||||||
|
|
Loading…
Reference in a new issue