From: garciadeblas Date: Wed, 23 Oct 2019 15:06:15 +0000 (+0200) Subject: Fix typo in Jenkinsfile for feature5837 X-Git-Tag: v7.0.0rc1^2~3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=refs%2Fchanges%2F85%2F8085%2F1;hp=04bb8379030eca0459453da1174117367bb079cd Fix typo in Jenkinsfile for feature5837 Change-Id: I36b0bc947c99e1f1740f01c6830a4aa5c8ec3b73 Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile b/Jenkinsfile index d7ddc36..650ff43 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,6 @@ node { params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - false + false, params.ARTIFACTORY_SERVER) }