Test two docker images

This commit is contained in:
Karol Górzyński 2020-12-04 18:46:53 +01:00
parent 4e240b7506
commit 647736d8f7

6
Jenkinsfile vendored
View File

@ -23,8 +23,10 @@ pipeline {
agent { agent {
docker { docker {
image 'mcr.microsoft.com/dotnet/sdk:5.0' image 'mcr.microsoft.com/dotnet/sdk:5.0'
} }
docker {
image 'node:12'
}
} }
environment { environment {
DOTNET_CLI_HOME = '/tmp/App' DOTNET_CLI_HOME = '/tmp/App'