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

NC: Работа с файлами

This commit is contained in:
Anton
2024-09-23 21:08:26 +03:00
parent d16bcf94c4
commit 12e1fccab1
562 changed files with 8356 additions and 6589 deletions
+15
View File
@@ -651,6 +651,21 @@ pipeline {
}
}
stage('Testing-Neocities') {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "НС_РаботаСФайлами"'
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "НС_ПолучениеДанных"'
}
}
}
}
post{
always{