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