Add withEnv, fix typo
This commit is contained in:
parent
8dc1c8c1d7
commit
6e89872ddb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
dir('SessionCompanion') {
|
dir('SessionCompanion') {
|
||||||
sh "echo $USER"
|
sh "echo $USER"
|
||||||
withEnv(["HOME=$(env.WORKSPACE)"]){
|
withEnv(["HOME=${env.WORKSPACE}"]){
|
||||||
sh 'dotnet build'
|
sh 'dotnet build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user