mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
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:
1
ci-scripts/Jenkinsfile
vendored
1
ci-scripts/Jenkinsfile
vendored
@@ -114,7 +114,6 @@ pipeline {
|
||||
sh """
|
||||
python3 main.py --mode=InitiateHtml --repository=${testRepository} \
|
||||
--branch=${testBranch} --commitID=${commitID} \
|
||||
--ranAllowMerge=${mergeWithTarget} --targetBranch=${targetBranch} \
|
||||
${mainPythonAllXmlFiles}
|
||||
"""
|
||||
if (runWithOC) {
|
||||
|
||||
Reference in New Issue
Block a user