Matvey hace 4 años
padre
commit
8e757fce39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

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…
Cancelar
Guardar