From d292376e36226c173487a65d11df7cc6bdfbcef8 Mon Sep 17 00:00:00 2001 From: Xilinx Build Date: Wed, 15 May 2019 14:29:00 -0600 Subject: [PATCH 1/2] Update Workspace path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 42e1f8f59..9eb52b969 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -197,7 +197,7 @@ def buildStatus(context, message, state) { timestamps { node('xcoCentOS74Pool') { // hostname = sh(script: "hostname", returnStdout: true).trim() - ws("/proj/xbb/sdaccel_examples") { + ws("/wrk/builds/sdaccel_examples/") { // docker.image('sdaccel_examples').inside("-u xbuild -w /proj/xbb/sdaccel_examples --hostname ${hostname} -e VERSION=${VERSION} -v /proj/xbb:/proj/xbb -v /group/xcofarm:/group/xcofarm -v /tools/batonroot:/tools/batonroot -v /tools/dist:/tools/dist -v /proj/xbuilds:/proj/xbuilds") { try { stage("checkout") { From 03f2e5c92c7d07c3404ba2bd8bdffbc0ea6f9469 Mon Sep 17 00:00:00 2001 From: Xilinx Build Date: Wed, 15 May 2019 14:45:48 -0600 Subject: [PATCH 2/2] add branch name to the workspace --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9eb52b969..4fb0249ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -197,7 +197,7 @@ def buildStatus(context, message, state) { timestamps { node('xcoCentOS74Pool') { // hostname = sh(script: "hostname", returnStdout: true).trim() - ws("/wrk/builds/sdaccel_examples/") { + ws("/wrk/builds/sdaccel_examples/${env.BRANCH_NAME}") { // docker.image('sdaccel_examples').inside("-u xbuild -w /proj/xbb/sdaccel_examples --hostname ${hostname} -e VERSION=${VERSION} -v /proj/xbb:/proj/xbb -v /group/xcofarm:/group/xcofarm -v /tools/batonroot:/tools/batonroot -v /tools/dist:/tools/dist -v /proj/xbuilds:/proj/xbuilds") { try { stage("checkout") {