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

Update МетодыФормированияТестовJenkins.os

This commit is contained in:
Anton 2024-09-16 23:26:21 +03:00
parent e6bd2f8865
commit 24f035c198

View File

@ -104,7 +104,7 @@
| stages {
| stage(Prepare){
| steps{
| powershell encoding: 'UTF-8', script:'(cd ./src/" + Язык + "/OInt) -and (opm build) -and (opm install *.ospx)'
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install *.ospx'
| }
| }
|");