1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-04 03:48:40 +02:00

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

This commit is contained in:
Anton 2024-09-16 23:31:12 +03:00
parent 4b04163daa
commit f6bb613930

View File

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