Test both images, different agents
This commit is contained in:
parent
eb25599c9f
commit
08e886610e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,10 +22,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'node:12'
|
|
||||||
image 'mcr.microsoft.com/dotnet/sdk:5.0'
|
image 'mcr.microsoft.com/dotnet/sdk:5.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
agent { docker {image 'node:12'}}
|
||||||
environment {
|
environment {
|
||||||
DOTNET_CLI_HOME = '/tmp/App'
|
DOTNET_CLI_HOME = '/tmp/App'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user