Commit ec32ec1a authored by Raphael Defosseux's avatar Raphael Defosseux

[CI] missing the fed pipeline artifact being stored

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 83e38fc5
......@@ -317,7 +317,7 @@ pipeline {
if (fileExists('test_results_oai_smf.html')) {
archiveArtifacts artifacts: 'test_results_oai_smf.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