From f0c926306be1c5adb89eee9655a057d119015152 Mon Sep 17 00:00:00 2001 From: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org> Date: Tue, 18 Mar 2025 10:32:55 +0100 Subject: [PATCH] Small fix for jenkins message formatting --- ci-scripts/Jenkinsfile-GitLab-Container | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/Jenkinsfile-GitLab-Container b/ci-scripts/Jenkinsfile-GitLab-Container index 37e6a0554b9..3ad376f3da4 100644 --- a/ci-scripts/Jenkinsfile-GitLab-Container +++ b/ci-scripts/Jenkinsfile-GitLab-Container @@ -65,8 +65,8 @@ pipeline { message += " - ~BUILD-ONLY (execute only build stages)\n" message += " - ~4G-LTE (perform 4G tests)\n" message += " - ~5G-NR (perform 5G tests)\n" - message += " - ~CI (perform both 4G and 5G tests)\n\n" - message += " - ~nrUE (perform only 5G-UE related tests including physims excluding LDPC tests)\n" + message += " - ~CI (perform both 4G and 5G tests)\n" + message += " - ~nrUE (perform only 5G-UE related tests including physims excluding LDPC tests)\n\n" message += "Not performing CI due to lack of labels" addGitLabMRComment comment: message error('Not performing CI due to lack of labels') -- GitLab