Commit 53268fae authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): typo in HTML report name

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 7ed64207
......@@ -495,9 +495,9 @@ pipeline {
localResult = localStatus.getResult()
if (localStatus.resultIsBetterOrEqualTo('SUCCESS')) {
echo "Docker Federation Test Job is OK"
echo "Test Job with COTS-UE is OK"
} else {
echo "Docker Federation Test Job is KO"
echo "Test Job with COTS-UE is is KO"
sh "ci-scripts/fail.sh"
}
}
......@@ -507,7 +507,7 @@ pipeline {
always {
script {
copyArtifacts(projectName: params.CN5G_COTS_UE_PipelineName,
filter: '*_results_oai_cn5g*.html',
filter: '*_test_results_cn5g_*.html',
selector: lastCompleted())
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment