From d14ac6f352bef07861bb434f0db1f18d4888834d Mon Sep 17 00:00:00 2001 From: Eugene Agafonov Date: Mon, 1 Jun 2020 10:45:41 -0700 Subject: [PATCH] Build public releases in separated workspace --- Jenkins/Jenkinsfile-Release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/Jenkinsfile-Release b/Jenkins/Jenkinsfile-Release index b81ecea7e..718445ee2 100644 --- a/Jenkins/Jenkinsfile-Release +++ b/Jenkins/Jenkinsfile-Release @@ -5,7 +5,7 @@ pipeline { agent { node { label "unity3d-2019.3-vulkan" - customWorkspace "/home/jenkins/workspace/simulator-2019.3" + customWorkspace "/home/jenkins/workspace/simulator-2019.3-release-public" } }