Add try with new image

This commit is contained in:
Karol Górzyński 2020-12-04 17:49:35 +01:00
parent c9d927aeb9
commit 04f56e5078

6
Jenkinsfile vendored
View File

@ -21,7 +21,11 @@
//} //}
pipeline { pipeline {
agent { agent {
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' } docker {
image 'mcr.microsoft.com/dotnet/sdk:5.0'
image '12.20.0-alpine3.9'
}
} }
environment { environment {
DOTNET_CLI_HOME = '/tmp/App' DOTNET_CLI_HOME = '/tmp/App'