[
https://issues.apache.org/jira/browse/OAK-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16605588#comment-16605588
]
Marcel Reutegger commented on OAK-7732:
---------------------------------------
Initial version of a Jenkinsfile that runs the same tests currently executed on
travis-ci on Jenkins. MongoDB is started in a docker container linked to the
maven build running in a docker container as well.
The .jenkinsfile-mongo.groovy on the github branch:
https://github.com/mreutegg/jackrabbit-oak/tree/OAK-7732-Jenkinsfile
> Docker based build to run tests on MongoDB
> ------------------------------------------
>
> Key: OAK-7732
> URL: https://issues.apache.org/jira/browse/OAK-7732
> Project: Jackrabbit Oak
> Issue Type: Test
> Components: documentmk, mongomk
> Reporter: Marcel Reutegger
> Assignee: Marcel Reutegger
> Priority: Minor
> Fix For: 1.10
>
>
> Oak has a number of modules that depend on external services like AWS, Azure
> or MongoDB. To runs DocumentNodeStore tests on MongoDB build jobs have been
> setup on travis-ci, but ideally those tests should also run on the Apache
> build infrastructure (builds.apache.org). The slave nodes (maybe not all of
> them) have docker installed, which could be used to provision MongoDB for the
> tests.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)