Clean up every 15 minutes
This commit is contained in:
parent
29c2dca9db
commit
8c6a500563
|
@ -2,7 +2,7 @@ pipeline {
|
|||
agent any
|
||||
|
||||
triggers {
|
||||
cron("59 23 * * 1") // Clean up every monday
|
||||
cron("*/15 * * * *") // Clean up every 15 minutes
|
||||
}
|
||||
|
||||
options {
|
||||
|
|
Loading…
Reference in New Issue