1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-09-16 23:25:23 +03:00
parent 850019915a
commit 4b5b80c84c
3 changed files with 4672 additions and 4676 deletions

View File

@ -3,9 +3,7 @@ pipeline {
stages {
stage(Prepare){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt'
powershell encoding: 'UTF-8', script:'opm build'
powershell encoding: 'UTF-8', script:'opm install *.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt -and opm build -and opm install *.ospx'
}
}

View File

@ -3,9 +3,7 @@ pipeline {
stages {
stage(Prepare){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt'
powershell encoding: 'UTF-8', script:'opm build'
powershell encoding: 'UTF-8', script:'opm install *.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt -and opm build -and opm install *.ospx'
}
}

File diff suppressed because it is too large Load Diff