Add withEnv
This commit is contained in:
parent
e666adf2b4
commit
8dc1c8c1d7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -33,7 +33,9 @@ pipeline {
|
||||
steps {
|
||||
dir('SessionCompanion') {
|
||||
sh "echo $USER"
|
||||
sh 'dotnet build'
|
||||
withEnv(["HOME=$(env.WORKSPACE)"]){
|
||||
sh 'dotnet build'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
/out-tsc
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
#/node_modules
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
|
Loading…
Reference in New Issue
Block a user