mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
test comment to check jenkins merge
This commit is contained in:
parent
de21ce9dfa
commit
314ca2b0f7
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -6,6 +6,7 @@ pipeline {
|
||||||
sh 'mvn compile'
|
sh 'mvn compile'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// This is to make sure we have jenkins checking for merge
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean test'
|
sh 'mvn clean test'
|
||||||
|
|
Loading…
Reference in a new issue