run tests every 2 hours

master
helenanull 4 years ago
parent 2e5b2f6c24
commit 90b790a631

4
Jenkinsfile vendored

@ -1,6 +1,10 @@
pipeline { pipeline {
agent any agent any
triggers {
cron('H */2 * * *')
}
stages { stages {
stage('dependencies') { stage('dependencies') {
steps { steps {

Loading…
Cancel
Save