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:12:06 +03:00
parent 58bc58b683
commit 9cae2f6c34

View File

@ -102,6 +102,13 @@
"pipeline {
| agent any
| stages {
| stage(Prepare){
| steps{
| powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt'
| powershell encoding: 'UTF-8', script:'opm build'
| powershell encoding: 'UTF-8', script:'opm install *.ospx'
| }
| }
|");
КонецПроцедуры