File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
java/com/lambdatest/jenkins/freestyle
resources/com/lambdatest/jenkins/freestyle/Report/LambdaTestReportPublisher/AbstractReportBuildAction Expand file tree Collapse file tree 6 files changed +7
-6
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'
33+ version = ' 1.19.2 '
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 2929import com .lambdatest .jenkins .freestyle .service .LambdaTunnelService ;
3030import com .lambdatest .jenkins .freestyle .service .LambdaWebSocketTunnelService ;
3131import com .lambdatest .jenkins .freestyle .service .OSValidator ;
32- import com .lambdatest .jenkins .freestyle .Report .ReportBuildAction ;
32+ import com .lambdatest .jenkins .freestyle .report .ReportBuildAction ;
3333import hudson .FilePath ;
3434import hudson .Launcher ;
3535import hudson .model .AbstractBuild ;
Original file line number Diff line number Diff line change 1- package com .lambdatest .jenkins .freestyle .Report ;
1+ package com .lambdatest .jenkins .freestyle .report ;
22
33import hudson .model .Action ;
44import hudson .model .Run ;
Original file line number Diff line number Diff line change 1- package com .lambdatest .jenkins .freestyle .Report ;
1+ package com .lambdatest .jenkins .freestyle .report ;
22
3- import com .lambdatest .jenkins .freestyle .Report .ReportBuildAction ;
3+ import com .lambdatest .jenkins .freestyle .report .ReportBuildAction ;
44import com .lambdatest .jenkins .freestyle .api .service .CapabilityService ;
55import hudson .EnvVars ;
66import hudson .Extension ;
Original file line number Diff line number Diff line change 1- package com .lambdatest .jenkins .freestyle .Report ;
1+ package com .lambdatest .jenkins .freestyle .report ;
22
33import com .fasterxml .jackson .core .JsonParseException ;
44import com .fasterxml .jackson .databind .JsonMappingException ;
Original file line number Diff line number Diff line change 1+ <?jelly escape-by-default =' true' ?>
12<j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : l =" /lib/layout" >
23 <l : layout >
34 <st : include it =" ${it.build}" page =" sidepanel.jelly" />
You can’t perform that action at this time.
0 commit comments