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.
FORTIFY_SSC_TOKEN authentication token Token for integration with Fortify Software Security Center (SSC). See help information in ALM Octane Help Center.
JOB_LIST_CACHE_ALLOWED true/false Allow to cache the list of Jenkins jobs that is used to show available jobs when creating pipelines or test runners in ALM Octane. Use this option only if it takes more than 1 minute to show existing jobs.
The cache is updated only if required by ALM Octane, and the previous cache was updated more than one hour ago. The cache is not updated when adding/removing/renaming jobs.
For manual update of cache, call to the following URL: <jenkins_url>/nga/api/v1/clear-job-list-cache
The cache cannot be used with the feature "Jenkins user for specific workspaces".
Default is false.
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.21 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
UFT_TEST_CONNECTION_DISABLED true/false Allow to disable "Test Connection" validation that is done during creation of UFT test runner. Default is false.
ADD_GLOBAL_PARAMETERS_TO_TESTS true/false Used for UFT test runners. Use this parameter if you need to pass ALM Octane details to UFT tests. These will then be used in future updates of ALM Octane entities by UFT tests (for example updating UDF fields).
The MTBX format will contain additional parameters, as follows: runId, suiteRunId, suiteId, octaneWorkspaceId, octaneSpaceId, octaneRunByUsername, octaneUrl, octaneConfigId. In addition, if your job contains other parameters that contains "octane"(case insensitive) in the name of parameter - they will be added.
Note that this parameter can also be set as a job parameter.
Default is false.