| commit | 8d5bded4fc2467a4c7d0cecada05a262c5bf424c | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Mon Oct 21 10:47:47 2019 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Mon Oct 21 10:47:47 2019 +0200 |
| tree | f1e95bbfe1634705cfcec191068469696be70721 | |
| parent | e8e6de12ba5fb659891be3181cca4b48776bc193 [diff] [blame] |
Modified Jenkinsfile to disable TEST_INSTALL in branch feature5837 Change-Id: I759488f508eb38716ccbcbf56e15e47f5c1fb18d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile index ed9e879..a33ec4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -27,6 +27,6 @@ params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - params.TEST_INSTALL, + false, params.ARTIFACTORY_SERVER) }