| lre_action | action to be triggered. Supported values: ExecuteLreTest, WorkspaceSync | no | ExecuteLreTest |
| lre_description | you can describe the action (will be displayed in console logs) | no | — |
| lre_server | 'Server, port (when not mentionned, default is 80 or 443 for secured) and tenant (when not mentionned, default is ?tenant=fa128c06-5436-413d-9cfa-9f04bb738df3). e.g.: myserver.mydomain.com:81/?tenant=fa128c06-5436-413d-9cfa-9f04bb738df3' | yes | — |
| lre_https_protocol | Use secured protocol for connecting to LRE. Possible values: true or false | no | true |
| lre_authenticate_with_token | Authenticate with token (access key). Required when SSO is configured in the server. Possible values: true or false | no | false |
| lre_username | username | yes | — |
| lre_password | password | yes | — |
| lre_domain | domain (case sensitive) | yes | — |
| lre_project | project (case sensitive) | yes | — |
| lre_test | ExecuteLreTest only. Possible values: valid test ID# or relative path to workspace of YAML file defining new test design creation | no | — |
| lre_test_instance | either specify AUTO to use any instance or a specific instance ID | no | AUTO |
| lre_timeslot_duration_hours | timeslot duration in hours | no | 0 |
| lre_timeslot_duration_minutes | timeslot duration in minutes | no | 30 |
| lre_post_run_action | 'possible values for post run action: - Collate Results, - Collate and Analyze - Do Not Collate' | no | Do Not Collate |
| lre_vuds_mode | Use VUDS licenses. Possible values: true or false | no | false |
| lre_trend_report | 'Possible values (no value or not defined means no trend monitoring in build but will not cancel trend report defined in LRE): - ASSOCIATED : the trend report defined in the test design will be used' - specify valid report ID#. | no | "" |
| lre_proxy_out_url | proxy URL | no | "" |
| lre_username_proxy | proxy username | no | "" |
| lre_password_proxy | proxy password | no | "" |
| lre_search_timeslot | Search for matching timeslot. Possible values: true or false | no | false |
| lre_status_by_sla | Report success status according to SLA. Possible values: true or false | no | false |
| lre_output_dir | The directory to save results | no | ./ |
| lre_workspace_dir | Workspace root directory. For WorkspaceSync this is the directory scanned for scripts and where logs are written to <workspace>/logs | no | "" |
| lre_runtime_only | WorkspaceSync only. If true upload runtime files only, if false upload all files | no | true |
| lre_workspace_sync_success_threshold | WorkspaceSync only. Required successful upload percentage (0-100). Out-of-range values fall back to 50 | no | 50 |
| lre_workspace_sync_base_sha | WorkspaceSync only. Optional explicit base commit SHA used to compute changed files for incremental sync | no | "" |
| lre_workspace_sync_delete_removed_scripts | WorkspaceSync only. If true, incremental sync also deletes scripts in LRE when their script folders were removed from the repository. Ignored when incremental context cannot be determined | no | false |
| lre_enable_stacktrace | if set to true, it will show stack of exception when error occurs | no | false |