jenkinsci / jenkinsci/junit-plugin

[JENKINS-10035] Not updated test reports reported as error

Open
#896 7 comments 0 reactions 0 assignees View on GitHub
component:junit-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
87
Forks
351
Avg merge
1d 19h
Merged PRs (30d)
2

Description

Not updated test reports should not necessarily result in having the build marked as failed.

The JUnit plugin and the Test framework in core is not built for the great up-to-date checks that is in gradle. That is, they were most likely designed on the premise that any change of anything in a project would make the build tool run the tests again. This is not true with gradle.

---
Originally reported by stigkj, imported from: Not updated test reports reported as error


  • status: Open
  • priority: Minor
  • component(s): junit-plugin
  • resolution: Unresolved
  • votes: 7
  • watchers: 7
  • imported: 2025-11-26

Raw content of original issue

Not updated test reports should not necessarily result in having the build marked as failed.

The JUnit plugin and the Test framework in core is not built for the great up-to-date checks that is in gradle. That is, they were most likely designed on the premise that any change of anything in a project would make the build tool run the tests again. This is not true with gradle.

  • environment: Java project with gradle as build tool

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.