c# - Monitor Application logs as part of Jenkins -
i have ci server using jenkins builds code, starts server, , runs application tests. monitor logs during process check errors (e.g., "error"). see log parser plugin jenkins seems monitor console logs.
i goes against application log. in particular case i'm using .net server (iis/c#/asp). maybe need utility specific architecture , run command line interface in jenkins. or should using cloud service monitor application logs?
the text-finder plugin can parse files , change build status if search matches.
i'm not sure solve issue if want live monitoring on running applications.
but if launch job every minutes, job :)
Comments
Post a Comment