Test envioment, check env
This commit is contained in:
parent
2cb69eb3b5
commit
c9d927aeb9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,7 +24,7 @@ pipeline {
|
|||||||
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
DOTNET_CLI_HOME = '/App'
|
DOTNET_CLI_HOME = '/tmp/App'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user