From 3af2f9dc152bccb3b7b04ae9a542fb065b4a69a2 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Wed, 31 Oct 2018 23:52:13 +0000 Subject: [PATCH] override stage_archive when running stage_4 Signed-off-by: Michael Marchetti --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index ce3aef69..724daadb 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -256,6 +256,8 @@ node("${params.NODE}") { } if ( params.DO_STAGE_4 ) { + // override stage_archive to only archive on stable + stage_archive = false stage("stage_4") { run_systest(container_name,container_name,"openstack_stage_4",params.HIVE_VIM_1) -- 2.25.1