Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-SMF
Commits
3e481bb5
Commit
3e481bb5
authored
Mar 10, 2021
by
sagar arora
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into dockerfile
parents
19b3c909
2e4e199d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ci-scripts/Jenkinsfile-GitLab-Docker
ci-scripts/Jenkinsfile-GitLab-Docker
+1
-1
docker/Dockerfile.smf.rhel8.2
docker/Dockerfile.smf.rhel8.2
+1
-1
No files found.
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
3e481bb5
...
@@ -317,7 +317,7 @@ pipeline {
...
@@ -317,7 +317,7 @@ pipeline {
if
(
fileExists
(
'test_results_oai_smf.html'
))
{
if
(
fileExists
(
'test_results_oai_smf.html'
))
{
archiveArtifacts
artifacts:
'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"
sh
"sed -i -e 's#TEMPLATE_TIME#${JOB_TIMESTAMP}#' *_results_oai_cn5g.html"
archiveArtifacts
artifacts:
'*_results_oai_cn5g.html'
archiveArtifacts
artifacts:
'*_results_oai_cn5g.html'
}
}
...
...
docker/Dockerfile.smf.rhel8.2
View file @
3e481bb5
...
@@ -112,4 +112,4 @@ EXPOSE 80/tcp 9090/tcp 8805/udp
...
@@ -112,4 +112,4 @@ EXPOSE 80/tcp 9090/tcp 8805/udp
ENTRYPOINT ["/openair-smf/bin/entrypoint.sh"]
ENTRYPOINT ["/openair-smf/bin/entrypoint.sh"]
CMD ["/openair-smf/bin/oai_smf", "-c", "/openair-smf/etc/smf.conf", "-o"]
CMD ["/openair-smf/bin/oai_smf", "-c", "/openair-smf/etc/smf.conf", "-o"]
\ No newline at end of file
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