add triggers
This commit is contained in:
parent
e99c250fbb
commit
affdc73dea
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,6 +1,10 @@
|
|||
pipeline {
|
||||
agent none
|
||||
|
||||
triggers {
|
||||
pollSCM 'H/10 * * * *'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
|
|
Loading…
Reference in a new issue