From f6948bcd5ca99083a5481c4ea8344638fa9fa8e5 Mon Sep 17 00:00:00 2001 From: madavi Date: Fri, 14 Jun 2019 18:55:05 +0530 Subject: [PATCH] Fix to replace whitestack with etsi openstack VIM for stage-3 build Change-Id: I010c7ca0d65d3699c8596293088c1d252dbb477c Signed-off-by: madavi --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 7e9de044..283b042b 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -41,7 +41,7 @@ properties([ booleanParam(defaultValue: true, description: '', name: 'DO_SMOKE'), booleanParam(defaultValue: true, description: '', name: 'DO_DOCKERPUSH'), booleanParam(defaultValue: false, description: '', name: 'SAVE_ARTIFACTS_OVERRIDE'), - string(defaultValue: '/home/jenkins/hive/openstack-whitestack.rc', description: '', name: 'HIVE_VIM_1'), + string(defaultValue: '/home/jenkins/hive/openstack-etsi.rc', description: '', name: 'HIVE_VIM_1'), ]) ]) -- 2.25.1