|
@@ -8,157 +8,157 @@ pipeline {
|
8
|
8
|
stage('Restore packages') {
|
9
|
9
|
steps {
|
10
|
10
|
dir('unibase/platform.tenants') {
|
11
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.tenants.git'
|
|
11
|
+ git url: 'https://code.bizgaze.com/unibase/platform.tenants.git'
|
12
|
12
|
}
|
13
|
13
|
dir('unibase/platform.analytics') {
|
14
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.analytics.git'
|
|
14
|
+ git url: 'https://code.bizgaze.com/unibase/platform.analytics.git'
|
15
|
15
|
}
|
16
|
16
|
dir('unibase/platform.apps') {
|
17
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.apps.git'
|
|
17
|
+ git url: 'https://code.bizgaze.com/unibase/platform.apps.git'
|
18
|
18
|
}
|
19
|
19
|
dir('unibase/platform.automation') {
|
20
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.automation.git'
|
|
20
|
+ git url: 'https://code.bizgaze.com/unibase/platform.automation.git'
|
21
|
21
|
}
|
22
|
22
|
dir('unibase/platform.common') {
|
23
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.common.git'
|
|
23
|
+ git url: 'https://code.bizgaze.com/unibase/platform.common.git'
|
24
|
24
|
}
|
25
|
25
|
dir('unibase/core') {
|
26
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-core.git'
|
|
26
|
+ git url: 'https://code.bizgaze.com/unibase/core.git'
|
27
|
27
|
}
|
28
|
28
|
dir('unibase/platform.datasources') {
|
29
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.datasources.git'
|
|
29
|
+ git url: 'https://code.bizgaze.com/unibase/platform.datasources.git'
|
30
|
30
|
}
|
31
|
31
|
dir('unibase/platform.gps') {
|
32
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.gps.git'
|
|
32
|
+ git url: 'https://code.bizgaze.com/unibase/platform.gps.git'
|
33
|
33
|
}
|
34
|
34
|
dir('unibase/helpers') {
|
35
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-helpers.git'
|
|
35
|
+ git url: 'https://code.bizgaze.com/unibase/helpers.git'
|
36
|
36
|
}
|
37
|
37
|
dir('unibase/platform.integrations') {
|
38
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.integrations.git'
|
|
38
|
+ git url: 'https://code.bizgaze.com/unibase/platform.integrations.git'
|
39
|
39
|
}
|
40
|
40
|
dir('unibase/mongdbprovider') {
|
41
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-mongdbprovider.git'
|
|
41
|
+ git url: 'https://code.bizgaze.com/unibase/mongdbprovider.git'
|
42
|
42
|
}
|
43
|
43
|
dir('unibase/mssqldbprovider') {
|
44
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-mssqldbprovider.git'
|
|
44
|
+ git url: 'https://code.bizgaze.com/unibase/mssqldbprovider.git'
|
45
|
45
|
}
|
46
|
46
|
dir('unibase/pgsqldbprovider') {
|
47
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-pgsqldbprovider.git'
|
|
47
|
+ git url: 'https://code.bizgaze.com/unibase/pgsqldbprovider.git'
|
48
|
48
|
}
|
49
|
49
|
dir('unibase/platform') {
|
50
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.git'
|
|
50
|
+ git url: 'https://code.bizgaze.com/unibase/platform.git'
|
51
|
51
|
}
|
52
|
52
|
dir('unibase/platform.server') {
|
53
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.server.git'
|
|
53
|
+ git url: 'https://code.bizgaze.com/unibase/platform.server.git'
|
54
|
54
|
}
|
55
|
55
|
dir('unibase/platform.templates') {
|
56
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.templates.git'
|
|
56
|
+ git url: 'https://code.bizgaze.com/unibase/platform.templates.git'
|
57
|
57
|
}
|
58
|
58
|
dir('unibase/platform.themes') {
|
59
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-platform.themes.git'
|
|
59
|
+ git url: 'https://code.bizgaze.com/unibase/platform.themes.git'
|
60
|
60
|
}
|
61
|
61
|
dir('unibase/unibase.reference') {
|
62
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-unibase.reference.git'
|
|
62
|
+ git url: 'https://code.bizgaze.com/unibase/unibase.reference.git'
|
63
|
63
|
}
|
64
|
64
|
dir('unibase/utilities') {
|
65
|
|
- git url: 'https://code.bizgaze.com/Matvey/unibase-utilities.git'
|
|
65
|
+ git url: 'https://code.bizgaze.com/unibase/utilities.git'
|
66
|
66
|
}
|
67
|
67
|
dir('interface.web') {
|
68
|
|
- git url: 'https://code.bizgaze.com/Matvey/interface.web.git'
|
|
68
|
+ git url: 'https://code.bizgaze.com/interface.web.git'
|
69
|
69
|
}
|
70
|
70
|
dir('bizgaze') {
|
71
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-solution.git'
|
|
71
|
+ git url: 'https://code.bizgaze.com/bizgaze/solution.git'
|
72
|
72
|
}
|
73
|
73
|
dir('bizgaze/bizgaze.reference') {
|
74
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-bizgaze.reference.git'
|
|
74
|
+ git url: 'https://code.bizgaze.com/bizgaze/bizgaze.reference.git'
|
75
|
75
|
}
|
76
|
76
|
dir('bizgaze/communications') {
|
77
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-communications.git'
|
|
77
|
+ git url: 'https://code.bizgaze.com/bizgaze/communications.git'
|
78
|
78
|
}
|
79
|
79
|
dir('bizgaze/crm') {
|
80
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.git'
|
|
80
|
+ git url: 'https://code.bizgaze.com/bizgaze/crm.git'
|
81
|
81
|
}
|
82
|
82
|
dir('bizgaze/crm.companies') {
|
83
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.companies.git'
|
|
83
|
+ git url: 'https://code.bizgaze.com/bizgaze/crm.companies.git'
|
84
|
84
|
}
|
85
|
85
|
dir('bizgaze/crm.contacts') {
|
86
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.contacts.git'
|
|
86
|
+ git url: 'https://code.bizgaze.com/bizgaze/crm.contacts.git'
|
87
|
87
|
}
|
88
|
88
|
dir('bizgaze/crm.routes') {
|
89
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.routes.git'
|
|
89
|
+ git url: 'https://code.bizgaze.com/bizgaze/crm.routes.git'
|
90
|
90
|
}
|
91
|
91
|
dir('bizgaze/integration.gst') {
|
92
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-integration.gst.git'
|
|
92
|
+ git url: 'https://code.bizgaze.com/bizgaze/integration.gst.git'
|
93
|
93
|
}
|
94
|
94
|
dir('bizgaze/integration.tally') {
|
95
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-Integration.Tally.git'
|
|
95
|
+ git url: 'https://code.bizgaze.com/bizgaze/Integration.Tally.git'
|
96
|
96
|
}
|
97
|
97
|
dir('bizgaze/paybacks') {
|
98
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-paybacks.git'
|
|
98
|
+ git url: 'https://code.bizgaze.com/bizgaze/paybacks.git'
|
99
|
99
|
}
|
100
|
100
|
dir('bizgaze/pm') {
|
101
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-pm.git'
|
|
101
|
+ git url: 'https://code.bizgaze.com/bizgaze/pm.git'
|
102
|
102
|
}
|
103
|
103
|
dir('bizgaze/support') {
|
104
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-support.git'
|
|
104
|
+ git url: 'https://code.bizgaze.com/bizgaze/support.git'
|
105
|
105
|
}
|
106
|
106
|
dir('bizgaze/tm') {
|
107
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-tm.git'
|
|
107
|
+ git url: 'https://code.bizgaze.com/bizgaze/tm.git'
|
108
|
108
|
}
|
109
|
109
|
dir('bizgaze/transact') {
|
110
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.git'
|
|
110
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.git'
|
111
|
111
|
}
|
112
|
112
|
dir('bizgaze/transact.accounting') {
|
113
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.accounting.git'
|
|
113
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.accounting.git'
|
114
|
114
|
}
|
115
|
115
|
dir('bizgaze/transact.automation') {
|
116
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.automation.git'
|
|
116
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.automation.git'
|
117
|
117
|
}
|
118
|
118
|
dir('bizgaze/transact.coupons') {
|
119
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.coupons.git'
|
|
119
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.coupons.git'
|
120
|
120
|
}
|
121
|
121
|
dir('bizgaze/transact.estimates') {
|
122
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.estimates.git'
|
|
122
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.estimates.git'
|
123
|
123
|
}
|
124
|
124
|
dir('bizgaze/transact.expenses') {
|
125
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.expenses.git'
|
|
125
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.expenses.git'
|
126
|
126
|
}
|
127
|
127
|
dir('bizgaze/transact.inventory') {
|
128
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.inventory.git'
|
|
128
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.inventory.git'
|
129
|
129
|
}
|
130
|
130
|
dir('bizgaze/transact.invoices') {
|
131
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.invoices.git'
|
|
131
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.invoices.git'
|
132
|
132
|
}
|
133
|
133
|
dir('bizgaze/transact.offers') {
|
134
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.offers.git'
|
|
134
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.offers.git'
|
135
|
135
|
}
|
136
|
136
|
dir('bizgaze/transact.orders') {
|
137
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.orders.git'
|
|
137
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.orders.git'
|
138
|
138
|
}
|
139
|
139
|
dir('bizgaze/transact.payments') {
|
140
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.payments.git'
|
|
140
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.payments.git'
|
141
|
141
|
}
|
142
|
142
|
dir('bizgaze/transact.pricelists') {
|
143
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.pricelists.git'
|
|
143
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.pricelists.git'
|
144
|
144
|
}
|
145
|
145
|
dir('bizgaze/transact.providers') {
|
146
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.providers.git'
|
|
146
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.providers.git'
|
147
|
147
|
}
|
148
|
148
|
dir('bizgaze/transact.taxes') {
|
149
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.taxes.git'
|
|
149
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.taxes.git'
|
150
|
150
|
}
|
151
|
151
|
dir('bizgaze/transact.wallets') {
|
152
|
|
- git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.wallets.git'
|
|
152
|
+ git url: 'https://code.bizgaze.com/bizgaze/transact.wallets.git'
|
153
|
153
|
}
|
154
|
154
|
dir('uniconnect') {
|
155
|
|
- git url: 'https://code.bizgaze.com/Matvey/uniconnect.git'
|
|
155
|
+ git url: 'https://code.bizgaze.com/uniconnect.git'
|
156
|
156
|
}
|
157
|
157
|
dir('unidrive') {
|
158
|
|
- git url: 'https://code.bizgaze.com/Matvey/unidrive.git'
|
|
158
|
+ git url: 'https://code.bizgaze.com/unidrive.git'
|
159
|
159
|
}
|
160
|
160
|
dir('sprl') {
|
161
|
|
- git url: 'https://code.bizgaze.com/Matvey/sprl.git'
|
|
161
|
+ git url: 'https://code.bizgaze.com/sprl.git'
|
162
|
162
|
}
|
163
|
163
|
|
164
|
164
|
sh 'dotnet restore ${WORKSPACE}/bizgaze/Bizgaze.Web.Server.publish.sln'
|