| commit | 922ce39e2e3d027ee14e6399ee612a1846ed0ad8 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Nov 19 12:12:29 2019 +0000 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Nov 19 12:15:07 2019 +0000 |
| tree | be242230f9d2a9c2be782aaaefb9c75deb5e0af6 | |
| parent | 93012adc64eb063b27bc030c9d6734d1db782cbd [diff] |
Modified Jenkinsfile to disable stage3 install in feature5837 branch Change-Id: I747c3847c8d1a1c362581f6cacca999420c061e6 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile index d0620b1..118744a 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) }