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 10:32:23 +03:00
parent 5416c4e513
commit d93f798816

2
ci/edt_build vendored
View File

@@ -56,7 +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}";'
def ibConn = "Srvr=\"${env.SRV}\";Ref=\"${ibName}\";"
bat encoding: 'UTF-8', script: "\"${oneCPath}\" /IBConnectionString \"${ibConn}\" /C\"RunUnitTests=${configPath}\""
}