Modified Jenkinsfile to disable TEST_INSTALL in branch feature7928 68/8068/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 21 Oct 2019 16:10:39 +0000 (18:10 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 21 Oct 2019 16:10:39 +0000 (18:10 +0200)
Change-Id: I9cee170bee8768e70236f4d76f4df21a210620ed
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)
 }