1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00
This commit is contained in:
Anton Titovets
2025-11-06 11:03:08 +03:00
parent e79d5eb693
commit 427b2fbb3c

3
ci/edt_build vendored
View File

@@ -56,8 +56,7 @@ pipeline {
def runLibraryTest(String libraryName, String configPath, String oneCPath, String ibName) {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
script {
def ibConn = "Srvr=\"${env.SRV}\";Ref=\"${ibName}\";"
bat encoding: 'UTF-8', script: "\"${oneCPath}\" /IBConnectionString \"${ibConn}\" /C\"RunUnitTests=${configPath}\""
bat encoding: 'UTF-8', script: "\"${oneCPath}\" /IBName \"${ibName}\" /C\"RunUnitTests=${configPath}\""
}
timeout(time: 60, unit: 'MINUTES') {