1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-16 09:38:28 +02:00
This commit is contained in:
Anton Titovets
2026-04-25 22:06:33 +03:00
parent ca6fe216af
commit 9d624b35c5
@@ -9,7 +9,7 @@ def runCommand(String command) {
def runLibraryTest(String libraryName, String configPath) {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
script {
runCommand("\"%2\" /IBConnectionString \"File="D:/TEST_IB/OpenIntegrationsIB_%3";\" /C\"RunUnitTests=${configPath}\"")
runCommand("\"%2\" /IBConnectionString \"File=\"\"D:/TEST_IB/OpenIntegrationsIB_%3\"\";\" /C\"RunUnitTests=${configPath}\"")
timeout(time: 60, unit: 'MINUTES') {
waitUntil {