pool scm daily

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2020-11-14 14:17:13 +10:00
parent 8a1130bc41
commit 48c8db6316
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
pipeline {
agent any
triggers {
cron '@daily'
pollSCM('@daily')
}
options {
buildDiscarder logRotator( numToKeepStr: '50' )