-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Linux
We have a gradle build with multiple subprojects.
Gradle can check what has been build previously and will not build again if nothing changed.
Now when changing a minor thing in the tree (like a properties file) the build will start to run, notices everyting is up to date and will not start compiling/testing/jar-ing
But at the end of the build Jenkins says: Test reports were found but none of them are new. Did tests run?
My answer is: no, because there was no use.
How do I take care of this issue?
- duplicates
-
JENKINS-10035 Not updated test reports reported as error
- Open
- is related to
-
JENKINS-6268 Make checking for modification time of junit results be configurable and off by default
- Closed