From: garciadeblas Date: Mon, 21 Oct 2019 16:10:39 +0000 (+0200) Subject: Modified Jenkinsfile to disable TEST_INSTALL in branch feature7928 X-Git-Tag: v7.0.0rc1~16^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=64538d299dd5f23a5c843e2eafd6d32193f34aae Modified Jenkinsfile to disable TEST_INSTALL in branch feature7928 Change-Id: I9cee170bee8768e70236f4d76f4df21a210620ed Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile b/Jenkinsfile index ed9e879..a33ec4d 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) }