Add try with new image, only node:12

This commit is contained in:
Karol Górzyński 2020-12-04 17:56:48 +01:00
parent 67e52719f2
commit 6ce52af934

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
agent { agent {
docker { docker {
image 'mcr.microsoft.com/dotnet/sdk:5.0' image 'mcr.microsoft.com/dotnet/sdk:5.0'
image 'mhart/12.20.0-alpine3.9' image 'node:12'
} }
} }