From b4144739f66846224406b893285a5f9c7aa1d508 Mon Sep 17 00:00:00 2001 From: Matvey Date: Fri, 30 Jul 2021 18:36:02 -0700 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9c30746..0018059 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { dir('gps') { git url: 'https://code.bizgaze.com/unibase/gps.git' } - dir('helpers') { + dir('Helpers') { git url: 'https://code.bizgaze.com/unibase/helpers.git' } dir('integrations') {