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

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

This commit is contained in:
Anton 2024-09-16 23:22:26 +03:00
parent ac96f97c13
commit 84f2618a58

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) -and (opm build) -and (opm install *.ospx)'
| }
| }
|");