This commit is contained in:
esterno
+49
-49
@@ -14,151 +14,151 @@ pipeline {
|
||||
git url: 'git@code.bizgaze.com:unibase/analytics.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.apps') {
|
||||
git url: 'https://code.bizgaze.com/unibase/apps.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/apps.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.automation') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.automation.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.automation.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.common') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.common.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.common.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/core') {
|
||||
git url: 'https://code.bizgaze.com/unibase/core.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/core.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.datasources') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.datasources.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.datasources.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.gps') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.gps.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.gps.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/helpers') {
|
||||
git url: 'https://code.bizgaze.com/unibase/helpers.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/helpers.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.integrations') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.integrations.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.integrations.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/mongdbprovider') {
|
||||
git url: 'https://code.bizgaze.com/unibase/mongdbprovider.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/mongdbprovider.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/mssqldbprovider') {
|
||||
git url: 'https://code.bizgaze.com/unibase/mssqldbprovider.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/mssqldbprovider.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/pgsqldbprovider') {
|
||||
git url: 'https://code.bizgaze.com/unibase/pgsqldbprovider.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/pgsqldbprovider.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.server') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.server.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.server.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.templates') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.templates.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.templates.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/platform.themes') {
|
||||
git url: 'https://code.bizgaze.com/unibase/platform.themes.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/platform.themes.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/unibase.reference') {
|
||||
git url: 'https://code.bizgaze.com/unibase/unibase.reference.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/unibase.reference.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unibase/utilities') {
|
||||
git url: 'https://code.bizgaze.com/unibase/utilities.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/utilities.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('interface.web') {
|
||||
git url: 'https://code.bizgaze.com/interface.web.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:interface.web.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/solution.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/bizgaze.reference') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/bizgaze.reference.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/bizgaze.reference.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/communications') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/communications.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/crm') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/crm.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/crm.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/crm.companies') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/crm.companies.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/crm.companies.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/crm.contacts') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/crm.contacts.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/crm.contacts.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/crm.routes') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/crm.routes.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/crm.routes.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/integration.gst') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/integration.gst.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/integration.gst.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/integration.tally') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/Integration.Tally.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/Integration.Tally.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/paybacks') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/paybacks.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/paybacks.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/pm') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/pm.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/pm.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/support') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/support.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/support.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/tm') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/tm.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/tm.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.accounting') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.accounting.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.accounting.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.automation') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.automation.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.automation.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.coupons') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.coupons.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.coupons.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.estimates') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.estimates.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.estimates.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.expenses') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.expenses.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.expenses.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.inventory') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.inventory.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.inventory.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.invoices') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.invoices.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.invoices.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.offers') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.offers.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.offers.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.orders') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.orders.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.orders.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.payments') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.payments.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.payments.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.pricelists') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.pricelists.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.pricelists.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.providers') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.providers.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.providers.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.taxes') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.taxes.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.taxes.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('bizgaze/transact.wallets') {
|
||||
git url: 'https://code.bizgaze.com/bizgaze/transact.wallets.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:bizgaze/transact.wallets.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('uniconnect') {
|
||||
git url: 'https://code.bizgaze.com/uniconnect.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unibase/uniconnect.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('unidrive') {
|
||||
git url: 'https://code.bizgaze.com/unidrive.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:unidrive/unidrive.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
dir('sprl') {
|
||||
git url: 'https://code.bizgaze.com/sprl.git', credentialsId: 'jenkins_ssh_key'
|
||||
git url: 'git@code.bizgaze.com:sprl/sprl.git', credentialsId: 'jenkins_ssh_key'
|
||||
}
|
||||
|
||||
sh 'dotnet restore ${WORKSPACE}/bizgaze/Bizgaze.Web.Server.publish.sln'
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user