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