Run every night at midnight
This commit is contained in:
parent
f8fb335fcd
commit
9d6250d57a
|
@ -1,5 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
||||
trigger {
|
||||
cron('0 0 * * *')
|
||||
}
|
||||
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
|
|
Loading…
Reference in New Issue