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-fed
Commits
12f34336
Commit
12f34336
authored
Aug 06, 2021
by
ismail
Browse files
CI: correction
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
ecf85ec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
12f34336
...
...
@@ -333,7 +333,7 @@ pipeline {
sh
"git checkout -f "
+
dsTesterTag
+
" >> ../git_clone.log 2>&1"
dir
(
'jenkins'
)
{
try
{
sh
"python3 ./dogmatix-agent.py -f ./suits/dc/integration.yaml -d true | tee ../DS-TEST-RESULTS/dsTester_Summary.txt"
sh
"python3 ./dogmatix-agent.py -f ./suits/dc/integration.yaml -d true | tee
../
../DS-TEST-RESULTS/dsTester_Summary.txt"
}
catch
(
Exception
e
)
{
currentBuild
.
result
=
'FAILURE'
echo
"dsTester Running FAILED"
...
...
ci-scripts/Jenkinsfile-GitLab-Helm
View file @
12f34336
...
...
@@ -195,7 +195,7 @@ pipeline {
sh
"git checkout -f "
+
dsTesterTag
+
" >> ../git_clone.log 2>&1"
dir
(
'jenkins'
)
{
try
{
sh
"python3 ./dogmatix-agent.py -f ./suits/hc/integration.yaml -d true | tee ../DS-TEST-RESULTS/dsTester_Summary.txt"
sh
"python3 ./dogmatix-agent.py -f ./suits/hc/integration.yaml -d true | tee
../
../DS-TEST-RESULTS/dsTester_Summary.txt"
}
catch
(
Exception
e
)
{
currentBuild
.
result
=
'FAILURE'
echo
"dsTester Running FAILED"
...
...
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