Commit b00b24e2 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 e3f6244a
......@@ -317,7 +317,7 @@ pipeline {
if (fileExists('test_results_oai_amf.html')) {
archiveArtifacts artifacts: 'test_results_oai_amf.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