-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: log-parser-plugin
-
None
-
Environment:jenkins Version 2.462.1
logparser plugin Version 2.3.5
We have a logparser step in our pipeline.
99% of the time the step takes under 1sec. but sometimes the logparser does not exit.
and then the whole pipeline times out.
No timeout.Â
14:50:32 No translation files to commit - exit [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] logParser [Pipeline] script [Pipeline] {
Â
Stage Logs (Declarative: Post Actions)
Console output (build log) parsing (self time 484ms)
Â
Time out: Logparser is not completed after 20min.Â
21:58:26 No translation files to commit - exit [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] logParser 22:20:10 Cancelling nested steps due to timeout
Stage Logs (Declarative: Post Actions)
Console output (build log) parsing (self time 21min 44s)
Pipeline:
Â
post { Â Â Â
always { Â Â Â
  step([$class: 'LogParserPublisher',
      failBuildOnError: false,
      unstableOnWarning: false,  Â
    parsingRulesPath: env.WORKSPACE + '\\Tools\\Jenkins\\logParsingRegex.txt', Â
     useProjectRule: false])
Â