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:
cd00aad
)
Removing openvim
39/10739/1
bug1511
author
beierlm
<mark.beierl@canonical.com>
Tue, 4 May 2021 23:46:45 +0000
(19:46 -0400)
committer
beierlm
<mark.beierl@canonical.com>
Tue, 4 May 2021 23:46:45 +0000
(19:46 -0400)
Openvim no longer builds and is not needed anymore. Removing from
this branch so it can proceed
Change-Id: I58164f6e18ab15cb2b443441b2c5758bc5ef71f0
Signed-off-by: beierlm <mark.beierl@canonical.com>
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
bdd9dd2
..
c898469
100644
(file)
--- a/
jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/
jenkins/ci-pipelines/ci_stage_3.groovy
@@
-195,7
+195,7
@@
node("${params.NODE}") {
// grab all stable upstream builds based on the
dir("${RELEASE}") {
- def list = ["RO", "o
penvim", "o
smclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"]
+ def list = ["RO", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"]
for (component in list) {
step ([$class: 'CopyArtifact',
projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])