Skip to content
Snippets Groups Projects
Commit cd37aed2 authored by Mohammed Ismail's avatar Mohammed Ismail
Browse files

CI: fix on the logs location

parent 005c84d8
No related branches found
No related tags found
No related merge requests found
......@@ -370,6 +370,7 @@ pipeline {
script {
// Get logs if deployment fail
if (deployed != true) {
sh "mkdir -p archives/logs"
sh 'docker logs cicd-oai-nrf > archives/logs/oai_nrf.log'
sh 'docker logs cicd-oai-amf > archives/logs/oai_amf.log'
sh 'docker logs cicd-oai-smf > archives/logs/oai_smf.log'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment