Skip to content

Commit

Permalink
Add daily build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
garymoon committed Mar 19, 2019
1 parent f6154cf commit 9ccae68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '30'))
}

triggers {
cron(getDailyCronString())
}

stages {
stage('Deploy Demos') {
parallel {
Expand Down

0 comments on commit 9ccae68

Please sign in to comment.