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