Commit f6aa767e authored by Mohammed Ismail's avatar Mohammed Ismail

[CI] missing the fed pipeline artifact being stored

Signed-off-by: default avatarMohammed Ismail <mohammed.ismail@openairinterface.org>
parent f8fc6ecb
......@@ -286,7 +286,7 @@ pipeline {
if (fileExists('test_results_oai_nrf.html')) {
archiveArtifacts artifacts: 'test_results_oai_nrf.html'
}
if (fileExists('deploy_results_oai_cn5g.html')) {
if (fileExists('test_results_oai_cn5g.html')) {
sh "sed -i -e 's#TEMPLATE_TIME#${JOB_TIMESTAMP}#' *_results_oai_cn5g.html"
archiveArtifacts artifacts: '*_results_oai_cn5g.html'
}
......
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