ci: Schedule daily runs
parent
ea5f289905
commit
be876c1053
|
@ -6,7 +6,7 @@ pipeline {
|
|||
}
|
||||
|
||||
triggers {
|
||||
pollSCM ''
|
||||
cron 'H H * * *'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
|
@ -6,7 +6,7 @@ pipeline {
|
|||
}
|
||||
|
||||
triggers {
|
||||
pollSCM ''
|
||||
cron 'H H * * *'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
|
@ -6,7 +6,7 @@ pipeline {
|
|||
}
|
||||
|
||||
triggers {
|
||||
pollSCM ''
|
||||
cron 'H H * * *'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue