File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/browserstack/automate/ci
jenkins/integrationService Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class Constants {
1515 public static final String BROWSERSTACK_REPORT_PATH_PATTERN = "**/browserstack-artifacts/*" ;
1616 public static final String JENKINS_CI_PLUGIN = "JenkinsCiPlugin" ;
1717
18- public static final String CAD_BASE_URL = "https://api-observability.browserstack.com/api " ;
18+ public static final String CAD_BASE_URL = "https://api-observability.browserstack.com/ext " ;
1919 public static final String BROWSERSTACK_CONFIG_DETAILS_ENDPOINT = "/v1/builds/buildReport" ;
2020
2121 public static final String INTEGRATIONS_TOOL_KEY = "jenkins" ;
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ private void fetchReport() {
8888 private Map <String , String > createReportParams () {
8989 String RquestTypeForJenkins = "POLL" ;
9090 Map <String , String > params = new HashMap <>();
91- params .put ("buildCreatedAt " , buildCreatedAt );
91+ params .put ("buildStartedAt " , buildCreatedAt );
9292 params .put ("buildName" , buildName );
9393 params .put ("requestingCi" , Constants .INTEGRATIONS_TOOL_KEY );
9494 params .put ("reportFormat" , Arrays .asList (Constants .REPORT_FORMAT ).toString ());
You can’t perform that action at this time.
0 commit comments