Test only node

This commit is contained in:
Karol Górzyński 2020-12-04 19:05:57 +01:00
parent 6df7f174ce
commit 2ed9fa825e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@
pipeline {
agent {
docker {
image 'kargor8/dotnet_node:v1'
image 'node:12'
}
}
environment {