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:
496e328
)
Revert stage3 to use default installer
45/11145/1
v9.1.4
author
sousaedu
<eduardo.sousa@canonical.com>
Thu, 2 Sep 2021 18:19:08 +0000
(19:19 +0100)
committer
sousaedu
<eduardo.sousa@canonical.com>
Thu, 2 Sep 2021 18:19:08 +0000
(19:19 +0100)
Change-Id: I01322091d8a9e23bdb3ce6b7ba74122787447e02
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
jenkins/ci-pipelines/ci_stage_2.groovy
patch
|
blob
|
history
diff --git
a/jenkins/ci-pipelines/ci_stage_2.groovy
b/jenkins/ci-pipelines/ci_stage_2.groovy
index
f211978
..
3211ac8
100644
(file)
--- a/
jenkins/ci-pipelines/ci_stage_2.groovy
+++ b/
jenkins/ci-pipelines/ci_stage_2.groovy
@@
-115,7
+115,7
@@
def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa
stage('Build System') {
def downstream_params_stage_3 = [
string(name: 'GERRIT_BRANCH', value: "${branch}"),
- string(name: 'INSTALLER', value: "
charmed
" ),
+ string(name: 'INSTALLER', value: "
Default
" ),
string(name: 'UPSTREAM_JOB_NAME', value: "${JOB_NAME}" ),
string(name: 'UPSTREAM_JOB_NUMBER', value: "${BUILD_NUMBER}" ),
booleanParam(name: 'DO_STAGE_4', value: do_stage_4 )