diff --git a/Jenkinsfile b/Jenkinsfile index cd52daf..9c30746 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { dir('common') { git url: 'https://code.bizgaze.com/unibase/common.git' } - dir('Core') { + dir('core') { git url: 'https://code.bizgaze.com/unibase/core.git' } dir('datasources') {