run tests once a day at 8

master
helenanull 4 years ago
parent 2728404636
commit 18cfc82c5c

2
Jenkinsfile vendored

@ -2,7 +2,7 @@ pipeline {
agent any
triggers {
cron('H */5 * * *')
cron('H 8 * * *')
}
stages {

Loading…
Cancel
Save