Add try with new image, only node:12
This commit is contained in:
parent
67e52719f2
commit
6ce52af934
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user