Commit e0b871f3 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: adding artifacts from DsTester pipeline

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent e1d7df01
......@@ -315,7 +315,7 @@ pipeline {
// Killing all containers
myShCmd('python3 ./ci-scripts/sanityCheckDeploy.py --action=RemoveAllContainers', new_host_flag, new_host_user, new_host)
// Removing all intermediate networks
myShCmd('python3 ./ci-scripts/sanityCheckDeploy.py --action=--action=RemoveNetworks', new_host_flag, new_host_user, new_host)
myShCmd('python3 ./ci-scripts/sanityCheckDeploy.py --action=RemoveNetworks', new_host_flag, new_host_user, new_host)
}
}
}
......@@ -337,6 +337,16 @@ pipeline {
}
}
}
post {
always {
script {
copyArtifacts(projectName: 'CI-OpenAir-EPC-FED',
filter: 'test_results_oai_epc.html',
selector: lastCompleted())
archiveArtifacts artifacts: 'test_results_oai_epc.html'
}
}
}
}
}
post {
......@@ -377,7 +387,7 @@ pipeline {
// Killing all containers
myShCmd('python3 ./ci-scripts/sanityCheckDeploy.py --action=RemoveAllContainers', new_host_flag, new_host_user, new_host)
// Removing the networks
myShCmd('python3 ./ci-scripts/sanityCheckDeploy.py --action=--action=RemoveNetworks', new_host_flag, new_host_user, new_host)
myShCmd('python3 ./ci-scripts/sanityCheckDeploy.py --action=RemoveNetworks', new_host_flag, new_host_user, new_host)
// In case of build failure, we might have temporary containers still running. TBD!
// Removing temporary / intermediate images
......
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