1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-28 09:08:38 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-09-16 23:33:27 +03:00
parent 24f035c198
commit 4b04163daa
3 changed files with 4672 additions and 4672 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff