mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
test change
This commit is contained in:
parent
4161bf38fd
commit
7e893bfdf4
1 changed files with 4 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -20,7 +20,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
||||
when {
|
||||
changeRequest()
|
||||
}
|
||||
|
||||
agent {
|
||||
docker { image 'maven:3.8.5-openjdk-17' }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue