I am using a Perl script to trigger a build in Jenkins using LWP modules. This works but after executing the job, I would like to parse the console output.
Is there
Use the Log Parser Plugin for Jenkins. Read the page number 24 here for the configuration and other details.
Log Parser Plugin