Updated jenkins file
This commit is contained in:
@@ -8,12 +8,13 @@ pipeline {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
triggers {
|
||||
triggers {
|
||||
cron('''
|
||||
H 22,10,16 * * *
|
||||
0 4 * * *
|
||||
''')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
environment {
|
||||
VENV_DIR = 'venv'
|
||||
|
||||
Reference in New Issue
Block a user