mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
changes
This commit is contained in:
parent
ba820a6d8e
commit
5d790d428b
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,4 +1,7 @@
|
|||
pipeline {
|
||||
tools {
|
||||
maven 'MAVEN'
|
||||
}
|
||||
agent { label 'Master'}
|
||||
triggers { pollSCM ('* * * * *') }
|
||||
stages{
|
||||
|
|
Loading…
Reference in a new issue