You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Fastfix
This commit is contained in:
3
ci/edt_build
vendored
3
ci/edt_build
vendored
@@ -56,8 +56,7 @@ pipeline {
|
|||||||
def runLibraryTest(String libraryName, String configPath, String oneCPath, String ibName) {
|
def runLibraryTest(String libraryName, String configPath, String oneCPath, String ibName) {
|
||||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||||
script {
|
script {
|
||||||
def ibConn = "Srvr=\"${env.SRV}\";Ref=\"${ibName}\";"
|
bat encoding: 'UTF-8', script: "\"${oneCPath}\" /IBName \"${ibName}\" /C\"RunUnitTests=${configPath}\""
|
||||||
bat encoding: 'UTF-8', script: "\"${oneCPath}\" /IBConnectionString \"${ibConn}\" /C\"RunUnitTests=${configPath}\""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
timeout(time: 60, unit: 'MINUTES') {
|
timeout(time: 60, unit: 'MINUTES') {
|
||||||
|
|||||||
Reference in New Issue
Block a user