BLD changed adoptopenjdk maven image to maven:3-alpine
de.nclazz/maven-boot/pipeline/head There was a failure building this commit Details

develop
Niclas Thobaben 2020-11-30 23:41:33 +01:00
parent 6790a7a8db
commit 0435e1e8f8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'maven:adoptopenjdk'
image 'maven:3-alpine'
args '-v $HOME/.m2:/var/lib/jenkins/.m2'
}
}