Matvey 3 anni fa
parent
commit
8e757fce39
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Vedi File

22
 				dir('common') {
22
 				dir('common') {
23
 					git url: 'https://code.bizgaze.com/unibase/common.git'
23
 					git url: 'https://code.bizgaze.com/unibase/common.git'
24
 				}
24
 				}
25
-				dir('Core') {
25
+				dir('core') {
26
 					git url: 'https://code.bizgaze.com/unibase/core.git'
26
 					git url: 'https://code.bizgaze.com/unibase/core.git'
27
 				}
27
 				}
28
 				dir('datasources') {
28
 				dir('datasources') {

Loading…
Annulla
Salva