Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devops
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
osm
devops
Commits
5de0e2d7
Commit
5de0e2d7
authored
6 years ago
by
marchettim
Browse files
Options
Downloads
Patches
Plain Diff
Revert "add devops to repo"
This reverts commit
fcac45c9
. Change-Id: Idf87507ef92d8e192423952bb9b5abd763713afc
parent
fcac45c9
No related branches found
Branches containing commit
Tags
v1.0.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jenkins/ci-pipelines/ci_stage_3.groovy
+1
-1
1 addition, 1 deletion
jenkins/ci-pipelines/ci_stage_3.groovy
with
1 addition
and
1 deletion
jenkins/ci-pipelines/ci_stage_3.groovy
+
1
−
1
View file @
5de0e2d7
...
...
@@ -69,7 +69,7 @@ node("${params.NODE}") {
// grab all stable upstream builds based on the
dir
(
"${RELEASE}"
)
{
def
list
=
[
"SO"
,
"UI"
,
"RO"
,
"openvim"
,
"osmclient"
,
"IM"
,
"devops"
]
def
list
=
[
"SO"
,
"UI"
,
"RO"
,
"openvim"
,
"osmclient"
,
"IM"
]
for
(
component
in
list
)
{
step
([
$class
:
'CopyArtifact'
,
projectName:
"${component}${upstream_main_job}/${GERRIT_BRANCH}"
])
...
...
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