|
@@ -8,73 +8,73 @@ pipeline {
|
8
|
8
|
stage('Restore packages') {
|
9
|
9
|
steps {
|
10
|
10
|
dir('tenants') {
|
11
|
|
- git url: 'https://code.bizgaze.com/Matvey/tenants.git'
|
|
11
|
+ git url: 'https://code.bizgaze.com/unibase/tenants.git'
|
12
|
12
|
}
|
13
|
13
|
dir('analytics') {
|
14
|
|
- git url: 'https://code.bizgaze.com/Matvey/analytics.git'
|
|
14
|
+ git url: 'https://code.bizgaze.com/unibase/analytics.git'
|
15
|
15
|
}
|
16
|
16
|
dir('apps') {
|
17
|
|
- git url: 'https://code.bizgaze.com/Matvey/apps.git'
|
|
17
|
+ git url: 'https://code.bizgaze.com/unibase/apps.git'
|
18
|
18
|
}
|
19
|
19
|
dir('automation') {
|
20
|
|
- git url: 'https://code.bizgaze.com/Matvey/automation.git'
|
|
20
|
+ git url: 'https://code.bizgaze.com/unibase/automation.git'
|
21
|
21
|
}
|
22
|
22
|
dir('common') {
|
23
|
|
- git url: 'https://code.bizgaze.com/Matvey/common.git'
|
|
23
|
+ git url: 'https://code.bizgaze.com/unibase/common.git'
|
24
|
24
|
}
|
25
|
25
|
dir('Core') {
|
26
|
|
- git url: 'https://code.bizgaze.com/Matvey/core.git'
|
|
26
|
+ git url: 'https://code.bizgaze.com/unibase/core.git'
|
27
|
27
|
}
|
28
|
28
|
dir('datasources') {
|
29
|
|
- git url: 'https://code.bizgaze.com/Matvey/datasources.git'
|
|
29
|
+ git url: 'https://code.bizgaze.com/unibase/datasources.git'
|
30
|
30
|
}
|
31
|
31
|
dir('desktop') {
|
32
|
|
- git url: 'https://code.bizgaze.com/Matvey/desktop.git'
|
|
32
|
+ git url: 'https://code.bizgaze.com/unibase/desktop.git'
|
33
|
33
|
}
|
34
|
34
|
dir('dlls_unibase') {
|
35
|
|
- git url: 'https://code.bizgaze.com/Matvey/dlls_unibase.git'
|
|
35
|
+ git url: 'https://code.bizgaze.com/unibase/dlls_unibase.git'
|
36
|
36
|
}
|
37
|
37
|
dir('gps') {
|
38
|
|
- git url: 'https://code.bizgaze.com/Matvey/gps.git'
|
|
38
|
+ git url: 'https://code.bizgaze.com/unibase/gps.git'
|
39
|
39
|
}
|
40
|
40
|
dir('helpers') {
|
41
|
|
- git url: 'https://code.bizgaze.com/Matvey/helpers.git'
|
|
41
|
+ git url: 'https://code.bizgaze.com/unibase/helpers.git'
|
42
|
42
|
}
|
43
|
43
|
dir('integrations') {
|
44
|
|
- git url: 'https://code.bizgaze.com/Matvey/integrations.git'
|
|
44
|
+ git url: 'https://code.bizgaze.com/unibase/integrations.git'
|
45
|
45
|
}
|
46
|
46
|
dir('mongodbprovider') {
|
47
|
|
- git url: 'https://code.bizgaze.com/Matvey/mongodbprovider.git'
|
|
47
|
+ git url: 'https://code.bizgaze.com/unibase/mongodbprovider.git'
|
48
|
48
|
}
|
49
|
49
|
dir('mssqldbprovider') {
|
50
|
|
- git url: 'https://code.bizgaze.com/Matvey/mssqldbprovider.git'
|
|
50
|
+ git url: 'https://code.bizgaze.com/unibase/mssqldbprovider.git'
|
51
|
51
|
}
|
52
|
52
|
dir('pgsqldbprovider') {
|
53
|
|
- git url: 'https://code.bizgaze.com/Matvey/pgsqldbprovider.git'
|
|
53
|
+ git url: 'https://code.bizgaze.com/unibase/pgsqldbprovider.git'
|
54
|
54
|
}
|
55
|
55
|
dir('Platform') {
|
56
|
|
- git url: 'https://code.bizgaze.com/Matvey/platform.git'
|
|
56
|
+ git url: 'https://code.bizgaze.com/unibase/platform.git'
|
57
|
57
|
}
|
58
|
58
|
dir('platform.server') {
|
59
|
|
- git url: 'https://code.bizgaze.com/Matvey/platform.server.git'
|
|
59
|
+ git url: 'https://code.bizgaze.com/unibase/platform.server.git'
|
60
|
60
|
}
|
61
|
61
|
dir('templates') {
|
62
|
|
- git url: 'https://code.bizgaze.com/Matvey/templates.git'
|
|
62
|
+ git url: 'https://code.bizgaze.com/unibase/templates.git'
|
63
|
63
|
}
|
64
|
64
|
dir('themes') {
|
65
|
|
- git url: 'https://code.bizgaze.com/Matvey/themes.git'
|
|
65
|
+ git url: 'https://code.bizgaze.com/unibase/themes.git'
|
66
|
66
|
}
|
67
|
67
|
dir('unibase.reference') {
|
68
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase.reference.git'
|
|
68
|
+ git url: 'https://code.bizgaze.com/unibase/unibase.reference.git'
|
69
|
69
|
}
|
70
|
70
|
dir('uniconnect') {
|
71
|
|
- git url: 'https://code.bizgaze.com/Matvey/uniconnect.git'
|
|
71
|
+ git url: 'https://code.bizgaze.com/unibase/uniconnect.git'
|
72
|
72
|
}
|
73
|
73
|
dir('utilities') {
|
74
|
|
- git url: 'https://code.bizgaze.com/Matvey/utilities.git'
|
|
74
|
+ git url: 'https://code.bizgaze.com/unibase/utilities.git'
|
75
|
75
|
}
|
76
|
76
|
dir('web') {
|
77
|
|
- git url: 'https://code.bizgaze.com/Matvey/web.git'
|
|
77
|
+ git url: 'https://code.bizgaze.com/unibase/web.git'
|
78
|
78
|
}
|
79
|
79
|
git url: 'https://code.bizgaze.com/unibase/Solution.git'
|
80
|
80
|
|