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/?a=commitdiff_plain;ds=sidebyside;h=fa0966438f5a3665a09ac5c097a8335b5654612a;hp=--cc;p=osm%2FIM.git Fix typo in Jenkinsfile for feature5837 Change-Id: I36b0bc947c99e1f1740f01c6830a4aa5c8ec3b73 Signed-off-by: garciadeblas --- fa0966438f5a3665a09ac5c097a8335b5654612a 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) }