mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
2nd change to mvnk
This commit is contained in:
parent
5a7104a50d
commit
76081ff1eb
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,7 +10,7 @@ pipeline {
|
|||
stage('Test')
|
||||
{
|
||||
steps{
|
||||
sh'./mvn test'
|
||||
sh'./mvnw test'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue