eP
This commit is contained in:
@@ -9,10 +9,8 @@ pipeline {
|
||||
}
|
||||
|
||||
triggers {
|
||||
cron('''
|
||||
H 22,10,16 * * *
|
||||
0 6 * * *
|
||||
''')
|
||||
// 'H' balances the load on Jenkins, running roughly every 30 minutes
|
||||
cron('H/30 * * * *')
|
||||
}
|
||||
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user