Browse Source

Fixed NetSoakTest path.

Signed-off-by: scspaldi <[email protected]>
scspaldi 3 years ago
parent
commit
8bc0e8e992
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Scripts/build/Jenkins/Jenkinsfile

+ 1 - 1
Scripts/build/Jenkins/Jenkinsfile

@@ -384,7 +384,7 @@ def Build(Map pipelineConfig, String platform, String type, String workspace) {
             // Launch the project, which automatically starts the tests
             launch_command = "NetSoakTest.ServerLauncher.exe --soak_runtime=1800000 --soak_mode=loopback --rhi=null"
             dir("${workspace}/${ENGINE_REPOSITORY_NAME}") {
-                PlatformSh(launch_command, "Running NetSoakTest project")
+                PlatformSh("build/bin/profile/${launch_command}", "Running NetSoakTest project")
             }
         }