projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcac45c
)
Revert "add devops to repo"
13/5913/1
author
marchettim
<mmarchetti@sandvine.com>
Tue, 27 Mar 2018 17:02:33 +0000
(18:02 +0100)
committer
marchettim
<mmarchetti@sandvine.com>
Tue, 27 Mar 2018 17:02:33 +0000
(18:02 +0100)
This reverts commit
fcac45c9f886e289a88b2475d1cb4e0916b44bfd
.
Change-Id: Idf87507ef92d8e192423952bb9b5abd763713afc
jenkins/ci-pipelines/ci_stage_3.groovy
patch
|
blob
|
history
diff --git
a/jenkins/ci-pipelines/ci_stage_3.groovy
b/jenkins/ci-pipelines/ci_stage_3.groovy
index
3da0422
..
1c2e7ed
100644
(file)
--- a/
jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/
jenkins/ci-pipelines/ci_stage_3.groovy
@@
-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}"])