Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .jfrog-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading