Test two docker images
This commit is contained in:
parent
4e240b7506
commit
647736d8f7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -24,7 +24,9 @@ pipeline {
|
||||
docker {
|
||||
image 'mcr.microsoft.com/dotnet/sdk:5.0'
|
||||
}
|
||||
|
||||
docker {
|
||||
image 'node:12'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
DOTNET_CLI_HOME = '/tmp/App'
|
||||
|
Loading…
Reference in New Issue
Block a user