mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
added triggers
This commit is contained in:
parent
dc9c77b09c
commit
1039567ae7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'JAVA-11' }
|
agent { label 'JAVA-11' }
|
||||||
|
triggers { pollSCM('* * * * *') }
|
||||||
stages {
|
stages {
|
||||||
stage('clone') {
|
stage('clone') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue