From 79ce38854cf8d3a31681e05ec2340ba646d6745e Mon Sep 17 00:00:00 2001 From: Naveen Kumar Date: Mon, 1 Jun 2026 11:22:42 +0530 Subject: [PATCH 1/3] RTECO-1299 - Added logs to kibana parameter --- .jfrog-pipelines/pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.jfrog-pipelines/pipelines.yml b/.jfrog-pipelines/pipelines.yml index 82afa6b51..6ef8a1d4a 100644 --- a/.jfrog-pipelines/pipelines.yml +++ b/.jfrog-pipelines/pipelines.yml @@ -72,6 +72,10 @@ 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 steps: - name: setup_cli_test type: Bash @@ -140,6 +144,7 @@ pipelines: ACCOUNT_TYPE: "enterprise_plus" GROUP: "ARTIFACTORY" EXPIRY: 2d + LOGS_TO_KIBANA: "${LOGS_TO_KIBANA}" EXTRA_PARAMS: "conf_artifactory_unified_version=${RT_VERSION} master_key=${MASTER_KEY}" - name: setup_environment From 81344c7d06591b1b2ae6bce495540fff00cb2956 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Date: Mon, 1 Jun 2026 20:05:05 +0530 Subject: [PATCH 2/3] Updating artifactory instance size --- .jfrog-pipelines/pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.jfrog-pipelines/pipelines.yml b/.jfrog-pipelines/pipelines.yml index 6ef8a1d4a..a09f830f3 100644 --- a/.jfrog-pipelines/pipelines.yml +++ b/.jfrog-pipelines/pipelines.yml @@ -76,6 +76,10 @@ pipelines: 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. Maps to the DEPLOYMENT_SIZING parameter of the environment_setup_gen2 Jenkins job. Valid values: common, xsmall, small, medium, mediumha, large, large-xray-old, large-xray-dynamic-sizing-1, large-xray-dynamic-sizing-2, large-xray, large-xray-art-2. Reference: https://git.jfrog.info/projects/devops/repos/saas-configuration/browse/development/jfrogregions/global/jfrog_application_sizing_info.yaml" + allowCustom: true steps: - name: setup_cli_test type: Bash @@ -145,6 +149,7 @@ pipelines: 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 From 834ccc76a45fc319b9187ed5c0c8f30d5e3548e0 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Date: Mon, 1 Jun 2026 20:08:33 +0530 Subject: [PATCH 3/3] Updating instance sise description --- .jfrog-pipelines/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jfrog-pipelines/pipelines.yml b/.jfrog-pipelines/pipelines.yml index a09f830f3..ef074ea43 100644 --- a/.jfrog-pipelines/pipelines.yml +++ b/.jfrog-pipelines/pipelines.yml @@ -78,7 +78,7 @@ pipelines: allowCustom: true DEPLOYMENT_SIZING: default: "large" - description: "Artifactory deployment sizing profile. Maps to the DEPLOYMENT_SIZING parameter of the environment_setup_gen2 Jenkins job. Valid values: common, xsmall, small, medium, mediumha, large, large-xray-old, large-xray-dynamic-sizing-1, large-xray-dynamic-sizing-2, large-xray, large-xray-art-2. Reference: https://git.jfrog.info/projects/devops/repos/saas-configuration/browse/development/jfrogregions/global/jfrog_application_sizing_info.yaml" + description: "Artifactory deployment sizing profile." allowCustom: true steps: - name: setup_cli_test