Hello, It's my first day in the "Jenkins Users" group.
I've been struggling with tailing device logs when executing a Jenkins build.
My code works through Maven, but the tail returns null when executing the same test from Jenkins.
Is there a plug in that will help me with this?
Flow: Jenkins -> Maven -> Eclipse (Java) -> TestNG -> Selenium
I need to figure this out because I push a command to a device, and the device screen changes. In-order for me to know the change happened I need to scan the device logs for a specific log event.
Also, if I add the command to the Pre Steps section -> Execute shell, it works, but it doesn't help because I can on trigger the command as needed.
Thanks for any help you can provide.