mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +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 {
|
||||
agent { label 'kmaster' }
|
||||
triggers {
|
||||
pollSCM '* * * * *'
|
||||
}
|
||||
stages {
|
||||
stage('SCM') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue