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