From 04bb8379030eca0459453da1174117367bb079cd Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 23 Oct 2019 16:46:50 +0200 Subject: [PATCH] Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 Change-Id: I0176966897ac9f5b53aae17affcfcda69cbf384a Signed-off-by: garciadeblas --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3e3af2e..d7ddc36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,6 @@ node { params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - params.TEST_INSTALL, + false params.ARTIFACTORY_SERVER) } -- 2.17.1