Dieser Commit ist enthalten in:
Vendored
+23
-23
@@ -8,73 +8,73 @@ pipeline {
|
|||||||
stage('Restore packages') {
|
stage('Restore packages') {
|
||||||
steps {
|
steps {
|
||||||
dir('tenants') {
|
dir('tenants') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/tenants.git'
|
git url: 'https://code.bizgaze.com/unibase/tenants.git'
|
||||||
}
|
}
|
||||||
dir('analytics') {
|
dir('analytics') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/analytics.git'
|
git url: 'https://code.bizgaze.com/unibase/analytics.git'
|
||||||
}
|
}
|
||||||
dir('apps') {
|
dir('apps') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/apps.git'
|
git url: 'https://code.bizgaze.com/unibase/apps.git'
|
||||||
}
|
}
|
||||||
dir('automation') {
|
dir('automation') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/automation.git'
|
git url: 'https://code.bizgaze.com/unibase/automation.git'
|
||||||
}
|
}
|
||||||
dir('common') {
|
dir('common') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/common.git'
|
git url: 'https://code.bizgaze.com/unibase/common.git'
|
||||||
}
|
}
|
||||||
dir('Core') {
|
dir('Core') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/core.git'
|
git url: 'https://code.bizgaze.com/unibase/core.git'
|
||||||
}
|
}
|
||||||
dir('datasources') {
|
dir('datasources') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/datasources.git'
|
git url: 'https://code.bizgaze.com/unibase/datasources.git'
|
||||||
}
|
}
|
||||||
dir('desktop') {
|
dir('desktop') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/desktop.git'
|
git url: 'https://code.bizgaze.com/unibase/desktop.git'
|
||||||
}
|
}
|
||||||
dir('dlls_unibase') {
|
dir('dlls_unibase') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/dlls_unibase.git'
|
git url: 'https://code.bizgaze.com/unibase/dlls_unibase.git'
|
||||||
}
|
}
|
||||||
dir('gps') {
|
dir('gps') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/gps.git'
|
git url: 'https://code.bizgaze.com/unibase/gps.git'
|
||||||
}
|
}
|
||||||
dir('helpers') {
|
dir('helpers') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/helpers.git'
|
git url: 'https://code.bizgaze.com/unibase/helpers.git'
|
||||||
}
|
}
|
||||||
dir('integrations') {
|
dir('integrations') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/integrations.git'
|
git url: 'https://code.bizgaze.com/unibase/integrations.git'
|
||||||
}
|
}
|
||||||
dir('mongodbprovider') {
|
dir('mongodbprovider') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/mongodbprovider.git'
|
git url: 'https://code.bizgaze.com/unibase/mongodbprovider.git'
|
||||||
}
|
}
|
||||||
dir('mssqldbprovider') {
|
dir('mssqldbprovider') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/mssqldbprovider.git'
|
git url: 'https://code.bizgaze.com/unibase/mssqldbprovider.git'
|
||||||
}
|
}
|
||||||
dir('pgsqldbprovider') {
|
dir('pgsqldbprovider') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/pgsqldbprovider.git'
|
git url: 'https://code.bizgaze.com/unibase/pgsqldbprovider.git'
|
||||||
}
|
}
|
||||||
dir('Platform') {
|
dir('Platform') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/platform.git'
|
git url: 'https://code.bizgaze.com/unibase/platform.git'
|
||||||
}
|
}
|
||||||
dir('platform.server') {
|
dir('platform.server') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/platform.server.git'
|
git url: 'https://code.bizgaze.com/unibase/platform.server.git'
|
||||||
}
|
}
|
||||||
dir('templates') {
|
dir('templates') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/templates.git'
|
git url: 'https://code.bizgaze.com/unibase/templates.git'
|
||||||
}
|
}
|
||||||
dir('themes') {
|
dir('themes') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/themes.git'
|
git url: 'https://code.bizgaze.com/unibase/themes.git'
|
||||||
}
|
}
|
||||||
dir('unibase.reference') {
|
dir('unibase.reference') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/unibase.reference.git'
|
git url: 'https://code.bizgaze.com/unibase/unibase.reference.git'
|
||||||
}
|
}
|
||||||
dir('uniconnect') {
|
dir('uniconnect') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/uniconnect.git'
|
git url: 'https://code.bizgaze.com/unibase/uniconnect.git'
|
||||||
}
|
}
|
||||||
dir('utilities') {
|
dir('utilities') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/utilities.git'
|
git url: 'https://code.bizgaze.com/unibase/utilities.git'
|
||||||
}
|
}
|
||||||
dir('web') {
|
dir('web') {
|
||||||
git url: 'https://code.bizgaze.com/Matvey/web.git'
|
git url: 'https://code.bizgaze.com/unibase/web.git'
|
||||||
}
|
}
|
||||||
git url: 'https://code.bizgaze.com/unibase/Solution.git'
|
git url: 'https://code.bizgaze.com/unibase/Solution.git'
|
||||||
|
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren