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.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 |
FORTIFY_SSC_TOKEN | authentication token | Token for integration with Fortify Software Security Center (SSC). See help information in ALM Octane Help Center. |
FORTIFY_SSC_FETCH_TIMEOUT | number (1-12) | Maximum time (in hours) to wait for results from Fortify SSC. Default is 12 hours. |