How to create a report for the LambdaTest Automation tests on Jenkins?

How to create a report for the LambdaTest Automation tests on Jenkins?

Hey Miro,

For getting LT reports on Jenkins user needs to use $LT_BUILD_NAME through the env variable which will be handled by LambdaTest Jenkins Plugin

String buildName = System.getenv(""LT_BUILD_NAME "");
capabilities.setCapability(""build"", buildName);