every 4 hours
This commit is contained in:
@@ -2,7 +2,7 @@ pipeline {
|
||||
agent any
|
||||
|
||||
triggers {
|
||||
cron('0 */4 * * *')
|
||||
cron('H */4 * * *')
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user