spaziocodice / SolRDF

An RDF plugin for Solr
Apache License 2.0
113 stars 20 forks source link

Continuous Integration Server #102

Closed agazzarini closed 8 years ago

agazzarini commented 8 years ago

A Jenkins deployment with a SCM poll + anonymous access for showing the build history

agazzarini commented 8 years ago

Jenkins has been installed and configured. It is successfully running the unit and integration test suites. However, I have some issue with the anonymous user in Jenkins.

In addition, I have to add some metric plugin in SolRDF pom.xml (like Emma and PMD)

agazzarini commented 8 years ago

CI Server is here (anonymous access has been enabled) : http://178.239.178.241:9090/jenkins/job/SolRDF

agazzarini commented 8 years ago

Emma (Coverage reports) plugin has been added. The coverage report diagram [1] is at the moment empty in Jenkins because there's no history but it will be starting from the next build.

[1] http://178.239.178.241:9090/jenkins/job/SolRDF

agazzarini commented 8 years ago

PMD (code metrics) plugin has been added. Sadly, there is not a graphical overview on the dashboard like JUnit or EMMA. You can find PMD Warnings here