Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Hudson v1.358.
Warnings parser v3.11
Description
Once a build reaches the "[WARNINGS] Parsing warnings in files: <file>" stage, the build cannot be aborted. This can be a major issue if all executors are taken up by builds with very long logs that can take a long time to parse. Also, if the parser gets stuck for some reason, Hudson has to be restarted to get the executor back.
Attachments
Issue Links
- is related to
-
JENKINS-10627 Task Scanner not stopable
-
- Resolved
-
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/hudson/plugins/warnings/WarningsPublisher.java
http://jenkins-ci.org/commit/warnings-plugin/826244316931c366efdd3e83d55c54ad1688e72f
Log:
JENKINS-9158Abort warnings parsing if user pressed cancel.