Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcelog/jenkins_erlang_rebar_example

An erlang app template, uses rebar, ready for jenkins integration
https://github.com/marcelog/jenkins_erlang_rebar_example

Last synced: about 2 months ago
JSON representation

An erlang app template, uses rebar, ready for jenkins integration

Awesome Lists containing this project

README

        

# Introduction

This is a simple template for erlang/otp applications using rebar, showing how
it's possible to build it, and also generate reports for Jenkins.

# More Info
* [See it running at Jenkins](http://ci.marcelog.name/job/jenkins_erlang_rebar_example/)
* [Generating Cobertura reports](http://marcelog.github.io/articles/erlang_cobertura_coverage_report_from_common_test_jenkins.html)
* [How to generate JUnit reports from CommonTest](http://marcelog.github.io/articles/erlang_test_report_in_junit_format_common_test_publish_jenkins.html)