Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcelog/jenkins_erlang_rebar_example
- Owner: marcelog
- Created: 2013-07-05T14:07:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T13:47:37.000Z (over 11 years ago)
- Last Synced: 2024-10-12T04:32:28.860Z (3 months ago)
- Language: Shell
- Size: 398 KB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)