1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00

Изменен номер версии

This commit is contained in:
Anton Titovets
2025-02-13 10:04:37 +03:00
parent 5322e414e3
commit 25271646ba
31 changed files with 88 additions and 88 deletions

View File

@@ -45,7 +45,7 @@
| stages {
| stage('Prepare'){
| steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.18.1.ospx; del oint-1.18.1.ospx'
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.19.0.ospx; del oint-1.19.0.ospx'
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| }
| }
@@ -78,7 +78,7 @@
| stages {
| stage('Prepare'){
| steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.18.1.ospx; del oint-1.18.1.ospx'
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.19.0.ospx; del oint-1.19.0.ospx'
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| }
| }