Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-nrf
Commits
f6aa767e
Commit
f6aa767e
authored
Mar 10, 2021
by
Mohammed Ismail
Browse files
[CI] missing the fed pipeline artifact being stored
Signed-off-by:
Mohammed Ismail
<
mohammed.ismail@openairinterface.org
>
parent
f8fc6ecb
Pipeline
#23402
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
f6aa767e
...
...
@@ -286,7 +286,7 @@ pipeline {
if
(
fileExists
(
'test_results_oai_nrf.html'
))
{
archiveArtifacts
artifacts:
'test_results_oai_nrf.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'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment