diff --git a/Jenkinsfile b/Jenkinsfile index c755a04..ec2b5e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { steps { dir('SessionCompanion') { sh "echo $USER" - withEnv(["HOME=$(env.WORKSPACE)"]){ + withEnv(["HOME=${env.WORKSPACE}"]){ sh 'dotnet build' } }