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