mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
added fix
This commit is contained in:
parent
c74312bda1
commit
cef2560171
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
pipeline {
|
||||
agent any
|
||||
triggers { pollSCM(* * * * *)}
|
||||
triggers { pollSCM('* * * * *')}
|
||||
stages {
|
||||
stage('VCS'){
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue