You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application_hostname: test-bamboo.atlassian.com # Bamboo DC hostname without protocol and port e.g. test-bamboo.atlassian.com or localhost
8
+
application_protocol: http # http or https
9
+
application_port: 8085# 80, 443, 8080, etc
10
+
secure: True # Set False to allow insecure connections, e.g. when using self-signed SSL certificate
11
+
application_postfix: # e.g. /bamboo in case of url like http://localhost/bamboo
12
+
admin_login: admin
13
+
admin_password: admin
14
+
load_executor: jmeter
15
+
concurrency: 200# number of Bamboo users for Selenium actions
16
+
test_duration: 45m
17
+
ramp-up: 3m# time to spin all concurrent threads
18
+
total_actions_per_hour: 2000# number of total JMeter actions per hour
19
+
WEBDRIVER_VISIBLE: False
20
+
JMETER_VERSION: 5.2.1
21
+
LANGUAGE: en_US.utf8
22
+
allow_analytics: No # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
0 commit comments