BLD FIX docker agent, no colon!
de.nclazz/maven-boot/pipeline/head There was a failure building this commit Details

develop
Niclas Thobaben 2020-11-30 21:38:41 +01:00
parent a17e8c13d6
commit 5bff28b0b1
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

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