diff --git a/Jenkinsfile b/Jenkinsfile index 69976c1..c755a04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,9 @@ pipeline { steps { dir('SessionCompanion') { sh "echo $USER" - sh 'dotnet build' + withEnv(["HOME=$(env.WORKSPACE)"]){ + sh 'dotnet build' + } } } } diff --git a/SessionCompanion/SessionCompanion/ClientApp/.gitignore b/SessionCompanion/SessionCompanion/ClientApp/.gitignore index e1f679b..292195b 100644 --- a/SessionCompanion/SessionCompanion/ClientApp/.gitignore +++ b/SessionCompanion/SessionCompanion/ClientApp/.gitignore @@ -7,7 +7,7 @@ /out-tsc # dependencies -/node_modules +#/node_modules # IDEs and editors /.idea