From: garciadeblas Date: Wed, 23 Oct 2019 14:46:50 +0000 (+0200) Subject: Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 X-Git-Tag: v7.0.0rc1^2~4 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=04bb8379030eca0459453da1174117367bb079cd Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 Change-Id: I0176966897ac9f5b53aae17affcfcda69cbf384a Signed-off-by: garciadeblas --- 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) }