add refresh_api to jenkinsfile
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
###############################################
|
||||
|
||||
- name: set up python venv
|
||||
when: not refresh_api | bool
|
||||
include_tasks: python_venv.yaml
|
||||
|
||||
- name: build python exe
|
||||
@ -14,6 +15,7 @@
|
||||
include_tasks: nssm.yaml
|
||||
|
||||
- name: set up scheduled task
|
||||
when: false
|
||||
include_tasks: update_task.yaml
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user