Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Right now the check is performed in between parsers, but in big builds each might take several minutes. It would be better to check in the parser itself.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 142035 ] | JNJira + In-Review [ 189947 ] |
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/hudson/plugins/warnings/WarningsPublisher.java
src/main/java/hudson/plugins/warnings/parser/ParsingCanceledException.java
src/main/java/hudson/plugins/warnings/parser/RegexpParser.java
src/main/java/hudson/plugins/warnings/parser/WarningsParser.java
http://jenkins-ci.org/commit/warnings-plugin/a2cb7b406603f8ae30b94913ffb9d093ec650406
Log:
[FIXED JENKINS-11792] Stop parsing if user canceled the build.