Skip to content

Commit 035d1ec

Browse files
committed
intg 1575 adding symbol to invoke action
1 parent ca8bde4 commit 035d1ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/browserstack/automate/ci/jenkins/integrationService/BrowserStackTestReportPublisher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import hudson.FilePath;
1818
import hudson.Launcher;
1919
import jenkins.tasks.SimpleBuildStep;
20+
import org.jenkinsci.Symbol;
2021
import org.json.JSONArray;
2122
import org.json.JSONObject;
2223
import okhttp3.*;
@@ -183,6 +184,7 @@ public BuildStepMonitor getRequiredMonitorService() {
183184
return BuildStepMonitor.NONE;
184185
}
185186

187+
@Symbol("browserStackReport")
186188
@Extension
187189
public static final class DescriptorImpl extends BuildStepDescriptor<Publisher> {
188190

0 commit comments

Comments
 (0)