File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/lambdatest/jenkins/freestyle/report Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ plugins {
3030
3131group = ' org.jenkins-ci.plugins'
3232
33- version = ' 1.19.3 '
33+ version = ' 1.19.4 '
3434
3535description = ' LambdaTest Plugin is used to run automated selenium tests on LambdaTest Cloud'
3636
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public void generateLambdaTestReport() {
6565 lambdaTestBuildBrowserUrl = "https://automation.lambdatest.com/logs/?build=" + build_id ;
6666
6767 logger .info ("lambdaTestBuildBrowserUrl : " + lambdaTestBuildBrowserUrl );
68- URL sessionUrl = new URL (Constant .Report .SESSION_INFO_URL + "?build_id=" + build_id );
68+ URL sessionUrl = new URL (Constant .Report .SESSION_INFO_URL + "?limit=100& build_id=" + build_id );
6969 URLConnection sessionUrlConnection = sessionUrl .openConnection ();
7070 sessionUrlConnection .setRequestProperty ("Authorization" , "Basic " + authStringEnc );
7171 is = sessionUrlConnection .getInputStream ();
You can’t perform that action at this time.
0 commit comments