1
0
Fork 0

ci: Schedule to run monthly
dustin/pythonctnr/pipeline/head Something is wrong with the build of this commit Details

master
Dustin 2022-10-31 12:02:05 -05:00
parent 4f4fd0d6bf
commit a67ed39366
1 changed files with 4 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -14,6 +14,10 @@ pipeline {
disableConcurrentBuilds() disableConcurrentBuilds()
} }
triggers {
cron 'TZ=America/Chicago\nH H H * *'
}
stages { stages {
stage('Prepare') { stage('Prepare') {
steps { steps {