瀏覽代碼

Fixed typo.

Signed-off-by: scspaldi <[email protected]>
scspaldi 3 年之前
父節點
當前提交
f01958b099
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/build/Jenkins/Jenkinsfile

+ 1 - 1
Scripts/build/Jenkins/Jenkinsfile

@@ -380,7 +380,7 @@ def Build(Map pipelineConfig, String platform, String type, String workspace) {
         }
         }
 
 
         // Only launch NetSoakTest on the appropriate platforms
         // Only launch NetSoakTest on the appropriate platforms
-        if (platform == 'Windows' &&) {
+        if (platform == 'Windows') {
             // Launch the project, which automatically starts the tests
             // Launch the project, which automatically starts the tests
             launch_command = "NetSoakTest.ServerLauncher --soak_runtime=1800000 --soak_mode=loopback --rhi=null"
             launch_command = "NetSoakTest.ServerLauncher --soak_runtime=1800000 --soak_mode=loopback --rhi=null"
             dir("${workspace}/${ENGINE_REPOSITORY_NAME}") {
             dir("${workspace}/${ENGINE_REPOSITORY_NAME}") {