From 1d8fb7249577851d11f3acbb88a5f0ff33da4bb6 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 13 Sep 2016 02:03:50 +0200 Subject: [PATCH] Jenkinsfile: I think this needs another backslash. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71a646da..e912a728 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ def doBuild(premakeFlags, configuration) { def outputDir = pwd() def msbuild = tool "Microsoft.NET MSBuild 14.0" bat "premake5 vs2015 $premakeFlags" - bat "\"${msbuild}\" build\\iw4x.sln \"/p:OutDir=$outputDir\\\" \"/p:Configuration=$configuration\"" + bat "\"${msbuild}\" build\\iw4x.sln \"/p:OutDir=$outputDir\\\\\" \"/p:Configuration=$configuration\"" } archiveArtifacts artifacts: "*.dll,*.pdb", fingerprint: true