Jenkins "I'll fix the build" plugin
Asked Answered
G

3

15

does anybody knows if there is a Jenkins /Hudson plugin that when the build is broken it allows you to set some status (like I'll fix it! ) so that other people in the team know that

  • Somebody is working on the issue
  • Who is working on the issue

Thanks for your help

Germinant answered 30/5, 2011 at 14:51 Comment(0)
H
19

Yes, it's called Claim Plugin (For more info read here)

Hindman answered 30/5, 2011 at 15:2 Comment(0)
P
1

You can try Catlight build status notifier.

Engineer can click on "I will investigate", and the other team members will see that this build is being checked. The workflow is described in more details in this article.

Catlight build investigation

Catlight is a desktop app that runs on Windows and OS X. It will also show the current status of the build in tray, and toaster notifications on changes of the status.

Pursuivant answered 24/5, 2016 at 21:12 Comment(0)
F
0

If you are using a bug-tracking/ticketing system, consider looking for a plugin that creates a ticket on the bug-tracker. Then your regular issue-resolution process can kick-in as soon as a build fails. For example a simple process would be

  1. Manager assigns the ticket to a developer
  2. Developer checks in the changes to trigger another build
  3. Manager confirms the build is fixed and closes the ticket

For an example see the plugin for mantis

Fecundity answered 30/5, 2011 at 15:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.