We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3b3c5 commit a034782Copy full SHA for a034782
app/bamboo.yml
@@ -35,12 +35,12 @@ services:
35
prepare:
36
- python util/pre_run/environment_checker.py
37
- python util/data_preparation/bamboo_prepare_data.py
38
- shutdown:
39
- - python util/post_run/jmeter_post_check.py
40
- - python util/jtl_convertor/jtls-to-csv.py kpi.jtl
41
- post-process:
42
- - python util/analytics/analytics.py bamboo
43
- - python util/post_run/cleanup_results_dir.py
+# shutdown:
+# - python util/post_run/jmeter_post_check.py
+# - python util/jtl_convertor/jtls-to-csv.py kpi.jtl
+# post-process:
+# - python util/analytics/analytics.py bamboo
+# - python util/post_run/cleanup_results_dir.py
44
execution:
45
- scenario: ${load_executor}
46
executor: ${load_executor}
0 commit comments