You are not logged in. Click here to log in.

Codebeamer Application Lifecycle Management (ALM)
We will be upgrading Codebeamer.com to version 3.1 during a scheduled maintenance window:
🕒 Start: Friday, July 25, 2025 at 21:00 (CEST)
🕒 End: Sunday, July 27, 2025 at 16:00 (CEST)
During this time, Codebeamer.com will be unavailable. Please plan your work accordingly and ensure that any necessary activities are completed in advance. We appreciate your understanding and cooperation.

Search In Project

Search inClear

Tags:  not added yet

Execute the Jacoco example in Jenkins

  1. Create a new maven project in Jenkins
  2. Go to the project configuration and set the following as git location: https://github.com/jenkinsci/jacoco-plugin.git
  3. Set build goals and options value to: install jacoco:report
  4. Build the project (It should be run about two minutes)
  5. Go back to the project configuration
  6. Add an CB coverage importer build action
  7. Set the properties, see the example:
  8. Set build goals and options value to: jacoco:report
  9. Build the project

The project build time about 1 minutes after the test cases are created (in the first execution after the post build step is set).

The execution should create new test cases:

A coverage report in the main test run should be something like that: