ci: Schedule daily runs

jenkins-master
Dustin 2018-04-14 09:43:19 -05:00
parent ea5f289905
commit be876c1053
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ pipeline {
}
triggers {
pollSCM ''
cron 'H H * * *'
}
stages {

View File

@ -6,7 +6,7 @@ pipeline {
}
triggers {
pollSCM ''
cron 'H H * * *'
}
stages {

View File

@ -6,7 +6,7 @@ pipeline {
}
triggers {
pollSCM ''
cron 'H H * * *'
}
stages {