Clean up every sunday
This commit is contained in:
parent
9cf4d1c4f1
commit
d1ca508100
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
cron('0 0 * * *')
|
cron('0 0 * * 6')
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue