mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
e9284f636b
commit
8b4111ed08
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'kmaster' }
|
agent { label 'kmaster' }
|
||||||
|
triggers {
|
||||||
|
pollSCM '* * * * *'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('SCM') {
|
stage('SCM') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue