Define additional parameters
Format: param_name:param_value
Use a separate line for each parameter. Any line that starts with '#' is defined as a comment and is not parsed.

Param name Value Description
ENCODE_CI_JOB_BASE64 true/false ALM Octane includes a built-in Jetty web server, but there is a possibility to add an external web server such as Apache HTTP server or similar. This is usually done to add one more security layer. Some such servers might not allow receiving requests with encoded slashes (%2F). As a job name might contain a slash, this parameter allows base64 encoding for job IDs during sending test results, build logs, coverage and vulnerabilities data to ALM OCtane.
Default is false. Supported ALM Octane version 15.1.20 and above.
SCM_REST_API true/false The plugin uses a dedicated REST API in order to send data on SCM commits to ALM Octane. This parameter allows to use the events mechanism instead of REST API.
Default is true (Rest API). Supported ALM Octane version 15.1.20 and above.
UFT_TEST_RUNNER_FOLDER folder path ALM Octane allows generation of discovery and execution jobs for UFT test runner. By default, those jobs are created in Jenkins root. This parameter allow to define the folder in which those jobs will be created.
For example : my_team_folder/uft