CI: Shorten HTML header

Information about sourceBranch and sourceCommit is already encoded in
the testBranch name, making it redundant in the HTML header.
Also remove the Job Trigger and Target Branch lines, as these parameters
provide limited value and are not particularly relevant for the report.

Signed-off-by: Jaroslava Fiedlerova <jaroslava.fiedlerova@openairinterface.org>
This commit is contained in:
Jaroslava Fiedlerova
2026-05-21 22:42:36 +02:00
parent 78108290ab
commit 137fa62d6c
5 changed files with 5 additions and 43 deletions

View File

@@ -114,7 +114,6 @@ pipeline {
sh """
python3 main.py --mode=InitiateHtml --repository=${testRepository} \
--branch=${testBranch} --commitID=${commitID} \
--ranAllowMerge=${mergeWithTarget} --targetBranch=${targetBranch} \
${mainPythonAllXmlFiles}
"""
if (runWithOC) {