1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-09-16 23:29:38 +03:00
parent 84f2618a58
commit e6bd2f8865
3 changed files with 4672 additions and 4672 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
stages {
stage(Prepare){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt -and opm build -and opm install *.ospx'
powershell encoding: 'UTF-8', script:'(cd ./src/ru/OInt) -and (opm build) -and (opm install *.ospx)'
}
}