From: garciadeblas Date: Tue, 19 Nov 2019 09:53:57 +0000 (+0100) Subject: Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLCM.git;a=commitdiff_plain;h=b16e5452834a8804726075be66ff14b5c6d62cc5 Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 Change-Id: I08d795541cecb13f8e4d5497934bbdc849db8e66 Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile b/Jenkinsfile index 8140c68..952495f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,6 +42,6 @@ node('docker') { params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - params.TEST_INSTALL, + false, params.ARTIFACTORY_SERVER) }