Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Commits
c98777a2
Commit
c98777a2
authored
1 year ago
by
Raphael Defosseux
Browse files
Options
Downloads
Patches
Plain Diff
chore(ci): previous syntax did not work
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
7b4a7589
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci-scripts/Jenkinsfile-GitLab-COTS-UE-Test
+2
-4
2 additions, 4 deletions
ci-scripts/Jenkinsfile-GitLab-COTS-UE-Test
with
2 additions
and
4 deletions
ci-scripts/Jenkinsfile-GitLab-COTS-UE-Test
+
2
−
4
View file @
c98777a2
...
...
@@ -69,7 +69,6 @@ boolean testStart0 = true
boolean
testStart1
=
true
boolean
testStop0
=
true
boolean
testStop1
=
true
boolean
pulledImage
=
false
//-------------------------------------------------------------------------------
// Pipeline start
...
...
@@ -269,7 +268,7 @@ pipeline {
testStart1
=
false
testStop0
=
false
testStop1
=
false
if
(
p
ull
ed
Image
)
{
if
(
ranF
ullImage
.
contains
(
'porcepix'
)
)
{
sh
"docker rmi ${ranFullImage} || true"
}
}
...
...
@@ -345,7 +344,7 @@ pipeline {
sh
"docker-compose down -t 3 || true"
}
deployedGNB
=
false
if
(
p
ull
ed
Image
)
{
if
(
ranF
ullImage
.
contains
(
'porcepix'
)
)
{
sh
"docker rmi ${ranFullImage} || true"
}
}
...
...
@@ -606,7 +605,6 @@ def checkAndPullRanImage (ranFullImage) {
if
(
ranFullImage
.
contains
(
'porcepix'
))
{
sh
'docker logout porcepix.sboai.cs.eurecom.fr'
}
pulledImage
=
true
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment