Add try with new image
This commit is contained in:
parent
c9d927aeb9
commit
04f56e5078
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -21,7 +21,11 @@
|
|||||||
//}
|
//}
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
docker {
|
||||||
|
image 'mcr.microsoft.com/dotnet/sdk:5.0'
|
||||||
|
image '12.20.0-alpine3.9'
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
DOTNET_CLI_HOME = '/tmp/App'
|
DOTNET_CLI_HOME = '/tmp/App'
|
||||||
|
Loading…
Reference in New Issue
Block a user