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