Test both images, different agents

This commit is contained in:
Karol Górzyński 2020-12-04 19:09:40 +01:00
parent eb25599c9f
commit 08e886610e

2
Jenkinsfile vendored
View File

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