mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15: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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
triggers { pollSCM(* * * * *)}
|
triggers { pollSCM('* * * * *')}
|
||||||
stages {
|
stages {
|
||||||
stage('VCS'){
|
stage('VCS'){
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue