-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.107.3
Log File Checker plug in version : 1.4
node('master'){
wrap([$class: 'LogfilesizecheckerWrapper', 'maxLogSize': 1, 'failBuild': true, 'setOwn': true])
stage("print"){
while(true)
}
}
This script not get aborted by the LofileChecker even after reached more than 1mb of log.
We have installed this plugin and are still seeing logs that are more than 10x the limit we set. It seems this plugin is not working and is no longer maintained unfortunately.