DATACASS-821 - Enable Maven caching for Jenkins jobs.

This commit is contained in:
Mark Paluch
2020-11-04 11:12:02 +01:00
parent 7a7132a84a
commit 4444cb5ffe

4
Jenkinsfile vendored
View File

@@ -61,6 +61,7 @@ pipeline {
docker {
image 'springci/spring-data-openjdk8-cassandra-3.11:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
options { timeout(time: 30, unit: 'MINUTES') }
@@ -85,6 +86,7 @@ pipeline {
docker {
image 'springci/spring-data-openjdk11-8-cassandra-3.11:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
options { timeout(time: 30, unit: 'MINUTES') }
@@ -107,6 +109,7 @@ pipeline {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
options { timeout(time: 20, unit: 'MINUTES') }
@@ -135,6 +138,7 @@ pipeline {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
options { timeout(time: 20, unit: 'MINUTES') }