Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 63/8063/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 21 Oct 2019 08:47:47 +0000 (10:47 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 21 Oct 2019 08:47:47 +0000 (10:47 +0200)
Change-Id: I759488f508eb38716ccbcbf56e15e47f5c1fb18d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile

index ed9e879..a33ec4d 100644 (file)
@@ -27,6 +27,6 @@ node('docker') {
                            params.GERRIT_BRANCH,
                            params.GERRIT_REFSPEC,
                            params.GERRIT_PATCHSET_REVISION,
-                           params.TEST_INSTALL,
+                           false,
                            params.ARTIFACTORY_SERVER)
 }