Skip to content

Jenkins plugin usage

jdcoffre edited this page Apr 4, 2014 · 5 revisions

Usage

For now, Grapes Jenkins plugins is only available for Maven2/3 jobs. It expects to find at the end of a build a file generated by the Grapes Maven plugin. It will send the file to the Grapes server selected into the job configuration and generate a report which will be attached to the build.

Global Configuration

You can add as many Grapes server configurations you want into the global configuration.

Global Configuration

Job Configuration

Select in the Grapes post actions of your Maven2/3 job.

Select Post Action

Select the Grapes server you want to send the information to.

Select Grapes server

Notifications

After the build you will see that the Grapes Jenkins plugin is sending the report produced by the Grapes Maven plugin to the server.

Log Success

If the notification fails, the plugin won't makes your build failed.

Log Failed

An action called 'Manage Grapes Notifications' is available from the Jenkins Administration panel.

Manage Notifications

This action makes Jenkins administrator able to resend notification that failed the first time.

Resend Notifications

Reports

If the notification succeeded, the plugin attaches an action to the build that displays a dependency report about what as just been built.

Build Action

Clone this wiki locally