mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
13d9de5ced
commit
b1dce656e6
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -10,6 +10,7 @@ pipeline {
|
|||
stage('Tests') {
|
||||
steps {
|
||||
echo "now we will begin the tests"
|
||||
sh 'mvn test'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in a new issue