Clean up only every night
This commit is contained in:
parent
539517ebe9
commit
4ecc5828f5
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
cron("*/15 * * * *") // Clean up every 15 minutes
|
cron("* 0 * * *") // Clean up every 15 minutes
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue