diff --git a/.jfrog-pipelines/pipelines.yml b/.jfrog-pipelines/pipelines.yml index 82afa6b51..ef074ea43 100644 --- a/.jfrog-pipelines/pipelines.yml +++ b/.jfrog-pipelines/pipelines.yml @@ -72,6 +72,14 @@ pipelines: default: "artifactory-dind-amd-scale-set" description: "GitHub Actions runs-on label for all test jobs (use your self-hosted label; github.com-style ubuntu-24.04 is often unavailable on GHE)" allowCustom: true + LOGS_TO_KIBANA: + default: "true" + description: "Forward Artifactory logs from the deployed ephemeral environment to Kibana (via Coralogix). Maps to the LOGS_TO_KIBANA parameter of the environment_setup_gen2 Jenkins job. Set 'false' to disable." + allowCustom: true + DEPLOYMENT_SIZING: + default: "large" + description: "Artifactory deployment sizing profile." + allowCustom: true steps: - name: setup_cli_test type: Bash @@ -140,6 +148,8 @@ pipelines: ACCOUNT_TYPE: "enterprise_plus" GROUP: "ARTIFACTORY" EXPIRY: 2d + LOGS_TO_KIBANA: "${LOGS_TO_KIBANA}" + DEPLOYMENT_SIZING: "${DEPLOYMENT_SIZING}" EXTRA_PARAMS: "conf_artifactory_unified_version=${RT_VERSION} master_key=${MASTER_KEY}" - name: setup_environment