next try
All checks were successful
piwigodotnet/pipeline/head This commit looks good

This commit is contained in:
Philipp Häfelfinger 2022-10-25 22:44:52 +02:00
parent c4b8dd5485
commit 1797f383d1

3
Jenkinsfile vendored
View File

@ -4,7 +4,8 @@ pipeline {
} }
environment { environment {
DOTNET_CLI_HOME = "/tmp/DOTNET_CLI_HOME" HOME = "${env.WORKSPACE}"
//DOTNET_CLI_HOME = "/tmp/DOTNET_CLI_HOME"
} }
stages { stages {