From 922ce39e2e3d027ee14e6399ee612a1846ed0ad8 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 19 Nov 2019 12:12:29 +0000 Subject: [PATCH] Modified Jenkinsfile to disable stage3 install in feature5837 branch Change-Id: I747c3847c8d1a1c362581f6cacca999420c061e6 Signed-off-by: garciadeblas --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0620b1..118744a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,6 @@ node('docker') { params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - params.TEST_INSTALL, + false, params.ARTIFACTORY_SERVER) } -- 2.17.1