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. |
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 |