1
0

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

This commit is contained in:
2022-10-31 12:02:05 -05:00
parent 4f4fd0d6bf
commit a67ed39366

4
ci/Jenkinsfile vendored
View File

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