diff --git a/.Jenkinsfile b/.Jenkinsfile index 7c0c2af..7fc41c5 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent { label 'docker' } + triggers { + cron('@daily') + } + stages { stage('Build gbp') { steps {