Commit 074112f4 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: forgot to archive the Fed HTML results

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 2b76d570
......@@ -313,6 +313,10 @@ pipeline {
if (fileExists('test_results_oai_amf.html')) {
archiveArtifacts artifacts: 'test_results_oai_amf.html'
}
if (fileExists('deploy_results_oai_cn5g.htm')) {
sh "sed -i -e 's#TEMPLATE_TIME#${JOB_TIMESTAMP}#' *_results_oai_cn5g.html"
archiveArtifacts artifacts: '*_results_oai_cn5g.html'
}
// Sending email to commiter
emailext attachmentsPattern: '*results*.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