Rails Jenkins Template

screenshot of Rails Jenkins Template

Template to build rails applications in jenkins

Overview:

This product is a template designed to be used in Jenkins CI for building Ruby on Rails projects. It requires the installation of certain plugins and gems, as well as some configuration steps. The template provides a pre-configured setup for running tests, generating metrics, and publishing reports within Jenkins.

Features:

  • Ruby metrics plugin: This plugin is required for generating metrics on the Ruby code of the project.
  • Rake plugin: The Rake plugin is needed to execute Rake commands within Jenkins.
  • Html Publisher: The Html Publisher plugin allows for publishing HTML reports generated during the build process.
  • Ruby gems: Certain Ruby gems, such as ci_reporter and metrical, need to be installed in the project for running tests and generating metrics.

Summary:

The Rails Jenkins template is a pre-configured setup for building Ruby on Rails projects in Jenkins CI. It requires the installation of certain plugins and gems, as well as some configuration steps. By following the provided installation guide, users can easily set up a Jenkins job for their Ruby on Rails projects and benefit from features such as running tests, generating metrics, and publishing reports.