ci: Schedule daily runs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user