ci: Schedule to run monthly
dustin/pythonctnr/pipeline/head Something is wrong with the build of this commit
Details
dustin/pythonctnr/pipeline/head Something is wrong with the build of this commit
Details
parent
4f4fd0d6bf
commit
a67ed39366
|
@ -14,6 +14,10 @@ pipeline {
|
|||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
triggers {
|
||||
cron 'TZ=America/Chicago\nH H H * *'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Prepare') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in New Issue