We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905e50e commit 37a15b0Copy full SHA for 37a15b0
Jenkinsfile
@@ -26,7 +26,7 @@ pipeline {
26
steps {
27
script {
28
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
29
- docker.image('adoptopenjdk/openjdk8:latest').inside('-v $HOME:/tmp/jenkins-home') {
+ docker.image('springci/spring-data-openjdk8-with-mongodb-4.2.0:latest').inside('-v $HOME:/tmp/jenkins-home') {
30
sh 'mkdir -p /tmp/mongodb/db /tmp/mongodb/log'
31
sh 'mongod --dbpath /tmp/mongodb/db --replSet rs0 --fork --logpath /tmp/mongodb/log/mongod.log &'
32
sh 'sleep 10'
0 commit comments