From 098aab945febd07f1ac97b209da03f66f7dbfdc9 Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dkalinkin@bnl.gov>
Date: Mon, 16 Sep 2024 02:31:36 +0000
Subject: [PATCH] set PIPELINE_NAME

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06cea555e..aef50edb4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,6 +39,8 @@ variables:
   ## Internal tag used for the CI
   INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
 
+  PIPELINE_NAME: "$CI_COMMIT_TITLE"
+
 stages:
   - status-pending
   - config
@@ -520,7 +522,7 @@ jug_xl:singularity:nightly:
     DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
     BENCHMARKS_CONTAINER: "eic_xl"
     BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
-    PIPELINE_NAME: "eic_container: $CI_PIPELINE_NAME"
+    PIPELINE_NAME: "eic_container: $PIPELINE_NAME"
   allow_failure: false
 
 benchmarks:detector:default:
-- 
GitLab