From b16e5452834a8804726075be66ff14b5c6d62cc5 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 19 Nov 2019 10:53:57 +0100 Subject: [PATCH] Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 Change-Id: I08d795541cecb13f8e4d5497934bbdc849db8e66 Signed-off-by: garciadeblas --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8140c68..952495f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,6 +42,6 @@ node('docker') { params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - params.TEST_INSTALL, + false, params.ARTIFACTORY_SERVER) } -- 2.17.1