| commit | b16e5452834a8804726075be66ff14b5c6d62cc5 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Nov 19 10:53:57 2019 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Nov 19 10:53:57 2019 +0100 |
| tree | c31fd9a261d1e80dfa6ee1e91ac8bc4dd584f5b8 | |
| parent | f210c1c8a326d56fea613c7c7c1ff3f17dd5901c [diff] |
Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 Change-Id: I08d795541cecb13f8e4d5497934bbdc849db8e66 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile index 8140c68..952495f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -42,6 +42,6 @@ params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - params.TEST_INSTALL, + false, params.ARTIFACTORY_SERVER) }