draft: schedule to run monthly
dustin/pythonctnr/pipeline/head There was a failure building this commit
Details
dustin/pythonctnr/pipeline/head There was a failure building this commit
Details
parent
5f0d0cade4
commit
e8a1ae0365
|
@ -16,9 +16,16 @@ pipeline {
|
|||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
triggers {
|
||||
cron 'TZ=America/Chicago\n20 10 31 10 *'
|
||||
}
|
||||
|
||||
parameters {
|
||||
booleanParam \
|
||||
name: 'Clean',
|
||||
defaultValue: currentBuild.getBuildCauses(
|
||||
'hudson.triggers.timerTrigger$TimerTriggerCause'
|
||||
).size(),
|
||||
description: 'Clean the workspace and perform a full rebuild'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue