jenkinsci / jenkinsci/durable-task-plugin

[JENKINS-7401] Allow post-build batch tasks to be run even after build failure

Open
#311 1 comment 0 reactions 0 assignees View on GitHub
component:durable-task-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
30
Forks
101
PR merge metrics
No merged PRs in 30d

Description

In addition to the fix made in JENKINS-2654">JENKINS-2654, I would like to execute a batch task even after a build failure.

You could argue, that you could simply add a build step for that, but this is not possible in my case. We have a matrix project: while the "wrapper" project is executed on the master, each part of the matrix is executed on a slave. After a build I would like to generate some historical statistics (similar to the existing trend charts on the dashboard, but there's no plugin for that tool, yet). Since only the master has all the history data, I have to execute that task on the master. And I also want to execute that task after every build.

---
Originally reported by aebbert, imported from: Allow post-build batch tasks to be run even after build failure


  • assignee: kohsuke
  • status: Open
  • priority: Major
  • component(s): durable-task-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-09

Raw content of original issue

In addition to the fix made in JENKINS-2654, I would like to execute a batch task even after a build failure.

You could argue, that you could simply add a build step for that, but this is not possible in my case. We have a matrix project: while the "wrapper" project is executed on the master, each part of the matrix is executed on a slave. After a build I would like to generate some historical statistics (similar to the existing trend charts on the dashboard, but there's no plugin for that tool, yet). Since only the master has all the history data, I have to execute that task on the master. And I also want to execute that task after every build.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.