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