Skip to content

Commit

Permalink
Reason provided why WORKSPACE_BENCHMARK is used instead of WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
debrecenics committed Dec 2, 2019
1 parent d9f7a14 commit 5823c88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ pipeline {
steps {
sh '''
export MODEL_LOCATION=/home/jenkins/models-tmt
export WORKSPACE_BENCHMARK=$(pwd)
# WORKSPACE_BENCHMARK is used as on client-side 3rd applications (e.g. git on Windows)
# overrides the $WORKSPACE variable during their execution
export WORKSPACE_BENCHMARK=$WORKSPACE
rm -rf benhmark/results
rm -rf benhmark/diagrams
cd com.incquerylabs.magicdraw.benchmark
Expand Down

0 comments on commit 5823c88

Please sign in to comment.