Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
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
Michael Black
OpenXG UE
Commits
66c85dd5
Commit
66c85dd5
authored
Nov 15, 2021
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): fix typo in main pipeline
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
455434f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
ci-scripts/Jenkinsfile-GitLab-Container
ci-scripts/Jenkinsfile-GitLab-Container
+6
-11
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+2
-0
No files found.
ci-scripts/Jenkinsfile-GitLab-Container
View file @
66c85dd5
...
...
@@ -246,17 +246,12 @@ pipeline {
script
{
triggerSlaveJob
(
'RAN-DockerHub-Push'
,
'Push-to-Docker-Hub'
)
}
post
{
always
{
script
{
echo
"Push to Docker-Hub OK"
}
}
failure
{
script
{
echo
"Push to Docker-Hub KO"
currentBuild
.
result
=
'FAILURE'
}
}
post
{
failure
{
script
{
echo
"Push to Docker-Hub KO"
currentBuild
.
result
=
'FAILURE'
}
}
}
...
...
ci-scripts/cls_containerize.py
View file @
66c85dd5
...
...
@@ -227,6 +227,8 @@ class Containerize():
if
result
is
not
None
:
forceSharedImageBuild
=
True
sharedTag
=
'ci-temp'
else
:
forceSharedImageBuild
=
True
# Let's remove any previous run artifacts if still there
mySSH
.
command
(
self
.
cli
+
' image prune --force'
,
'\$'
,
30
)
...
...
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