From fa0966438f5a3665a09ac5c097a8335b5654612a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 23 Oct 2019 17:06:15 +0200 Subject: [PATCH] Fix typo in Jenkinsfile for feature5837 Change-Id: I36b0bc947c99e1f1740f01c6830a4aa5c8ec3b73 Signed-off-by: garciadeblas --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 2.17.1