From 68e1d69877d6e2df2e7b37638594dc0bd189dd5c Mon Sep 17 00:00:00 2001 From: Matvey Date: Tue, 3 Aug 2021 12:28:53 -0700 Subject: [PATCH] fix --- Jenkinsfile | 102 ++++++++++++++++++++++++++-------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2188b90..a925345 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,157 +8,157 @@ pipeline { stage('Restore packages') { steps { dir('unibase/platform.tenants') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.tenants.git' + git url: 'https://code.bizgaze.com/unibase/platform.tenants.git' } dir('unibase/platform.analytics') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.analytics.git' + git url: 'https://code.bizgaze.com/unibase/platform.analytics.git' } dir('unibase/platform.apps') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.apps.git' + git url: 'https://code.bizgaze.com/unibase/platform.apps.git' } dir('unibase/platform.automation') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.automation.git' + git url: 'https://code.bizgaze.com/unibase/platform.automation.git' } dir('unibase/platform.common') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.common.git' + git url: 'https://code.bizgaze.com/unibase/platform.common.git' } dir('unibase/core') { - git url: 'https://code.bizgaze.com/Matvey/unibase-core.git' + git url: 'https://code.bizgaze.com/unibase/core.git' } dir('unibase/platform.datasources') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.datasources.git' + git url: 'https://code.bizgaze.com/unibase/platform.datasources.git' } dir('unibase/platform.gps') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.gps.git' + git url: 'https://code.bizgaze.com/unibase/platform.gps.git' } dir('unibase/helpers') { - git url: 'https://code.bizgaze.com/Matvey/unibase-helpers.git' + git url: 'https://code.bizgaze.com/unibase/helpers.git' } dir('unibase/platform.integrations') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.integrations.git' + git url: 'https://code.bizgaze.com/unibase/platform.integrations.git' } dir('unibase/mongdbprovider') { - git url: 'https://code.bizgaze.com/Matvey/unibase-mongdbprovider.git' + git url: 'https://code.bizgaze.com/unibase/mongdbprovider.git' } dir('unibase/mssqldbprovider') { - git url: 'https://code.bizgaze.com/Matvey/unibase-mssqldbprovider.git' + git url: 'https://code.bizgaze.com/unibase/mssqldbprovider.git' } dir('unibase/pgsqldbprovider') { - git url: 'https://code.bizgaze.com/Matvey/unibase-pgsqldbprovider.git' + git url: 'https://code.bizgaze.com/unibase/pgsqldbprovider.git' } dir('unibase/platform') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.git' + git url: 'https://code.bizgaze.com/unibase/platform.git' } dir('unibase/platform.server') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.server.git' + git url: 'https://code.bizgaze.com/unibase/platform.server.git' } dir('unibase/platform.templates') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.templates.git' + git url: 'https://code.bizgaze.com/unibase/platform.templates.git' } dir('unibase/platform.themes') { - git url: 'https://code.bizgaze.com/Matvey/unibase-platform.themes.git' + git url: 'https://code.bizgaze.com/unibase/platform.themes.git' } dir('unibase/unibase.reference') { - git url: 'https://code.bizgaze.com/Matvey/unibase-unibase.reference.git' + git url: 'https://code.bizgaze.com/unibase/unibase.reference.git' } dir('unibase/utilities') { - git url: 'https://code.bizgaze.com/Matvey/unibase-utilities.git' + git url: 'https://code.bizgaze.com/unibase/utilities.git' } dir('interface.web') { - git url: 'https://code.bizgaze.com/Matvey/interface.web.git' + git url: 'https://code.bizgaze.com/interface.web.git' } dir('bizgaze') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-solution.git' + git url: 'https://code.bizgaze.com/bizgaze/solution.git' } dir('bizgaze/bizgaze.reference') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-bizgaze.reference.git' + git url: 'https://code.bizgaze.com/bizgaze/bizgaze.reference.git' } dir('bizgaze/communications') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-communications.git' + git url: 'https://code.bizgaze.com/bizgaze/communications.git' } dir('bizgaze/crm') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.git' + git url: 'https://code.bizgaze.com/bizgaze/crm.git' } dir('bizgaze/crm.companies') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.companies.git' + git url: 'https://code.bizgaze.com/bizgaze/crm.companies.git' } dir('bizgaze/crm.contacts') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.contacts.git' + git url: 'https://code.bizgaze.com/bizgaze/crm.contacts.git' } dir('bizgaze/crm.routes') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-crm.routes.git' + git url: 'https://code.bizgaze.com/bizgaze/crm.routes.git' } dir('bizgaze/integration.gst') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-integration.gst.git' + git url: 'https://code.bizgaze.com/bizgaze/integration.gst.git' } dir('bizgaze/integration.tally') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-Integration.Tally.git' + git url: 'https://code.bizgaze.com/bizgaze/Integration.Tally.git' } dir('bizgaze/paybacks') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-paybacks.git' + git url: 'https://code.bizgaze.com/bizgaze/paybacks.git' } dir('bizgaze/pm') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-pm.git' + git url: 'https://code.bizgaze.com/bizgaze/pm.git' } dir('bizgaze/support') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-support.git' + git url: 'https://code.bizgaze.com/bizgaze/support.git' } dir('bizgaze/tm') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-tm.git' + git url: 'https://code.bizgaze.com/bizgaze/tm.git' } dir('bizgaze/transact') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.git' } dir('bizgaze/transact.accounting') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.accounting.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.accounting.git' } dir('bizgaze/transact.automation') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.automation.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.automation.git' } dir('bizgaze/transact.coupons') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.coupons.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.coupons.git' } dir('bizgaze/transact.estimates') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.estimates.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.estimates.git' } dir('bizgaze/transact.expenses') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.expenses.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.expenses.git' } dir('bizgaze/transact.inventory') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.inventory.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.inventory.git' } dir('bizgaze/transact.invoices') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.invoices.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.invoices.git' } dir('bizgaze/transact.offers') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.offers.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.offers.git' } dir('bizgaze/transact.orders') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.orders.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.orders.git' } dir('bizgaze/transact.payments') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.payments.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.payments.git' } dir('bizgaze/transact.pricelists') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.pricelists.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.pricelists.git' } dir('bizgaze/transact.providers') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.providers.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.providers.git' } dir('bizgaze/transact.taxes') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.taxes.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.taxes.git' } dir('bizgaze/transact.wallets') { - git url: 'https://code.bizgaze.com/Matvey/bizgaze-transact.wallets.git' + git url: 'https://code.bizgaze.com/bizgaze/transact.wallets.git' } dir('uniconnect') { - git url: 'https://code.bizgaze.com/Matvey/uniconnect.git' + git url: 'https://code.bizgaze.com/uniconnect.git' } dir('unidrive') { - git url: 'https://code.bizgaze.com/Matvey/unidrive.git' + git url: 'https://code.bizgaze.com/unidrive.git' } dir('sprl') { - git url: 'https://code.bizgaze.com/Matvey/sprl.git' + git url: 'https://code.bizgaze.com/sprl.git' } sh 'dotnet restore ${WORKSPACE}/bizgaze/Bizgaze.Web.Server.publish.sln'