Skip to content

Commit 37a15b0

Browse files
committed
DATAREST-1584 - Polishing.
1 parent 905e50e commit 37a15b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626
steps {
2727
script {
2828
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
29-
docker.image('adoptopenjdk/openjdk8:latest').inside('-v $HOME:/tmp/jenkins-home') {
29+
docker.image('springci/spring-data-openjdk8-with-mongodb-4.2.0:latest').inside('-v $HOME:/tmp/jenkins-home') {
3030
sh 'mkdir -p /tmp/mongodb/db /tmp/mongodb/log'
3131
sh 'mongod --dbpath /tmp/mongodb/db --replSet rs0 --fork --logpath /tmp/mongodb/log/mongod.log &'
3232
sh 'sleep 10'

0 commit comments

Comments
 (0)