Skip to content

Commit 77c599a

Browse files
committed
url changes
1 parent 273ef30 commit 77c599a

File tree

2 files changed

+5
-6
lines changed
  • src/main
    • java/com/browserstack/automate/ci/common/constants
    • resources/com/browserstack/automate/ci/jenkins/integrationService/BrowserStackTestReportAction

2 files changed

+5
-6
lines changed

src/main/java/com/browserstack/automate/ci/common/constants/Constants.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ 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 = "http://localhost:3002/api";
18+
public static final String CAD_BASE_URL = "https://api-observability.browserstack.com/api";
1919
public static final String BROWSERSTACK_CONFIG_DETAILS_ENDPOINT = "/v1/builds/buildReport";
2020

21-
public static final String BROWSERSTACK_TEST_REPORT_DISPLAY_NAME = "BrowserStack Build Test Reports";
2221
public static final String INTEGRATIONS_TOOL_KEY = "jenkins";
2322
public static final String REPORT_FORMAT = "richHtml";
2423

2524
public static final String BROWSERSTACK_TEST_REPORT_URL = "testReportBrowserStack";
26-
public static final String BROWSERSTACK_CAD_REPORT_DISPLAY_NAME = "BrowserStack Test Reports";
25+
public static final String BROWSERSTACK_CAD_REPORT_DISPLAY_NAME = "BrowserStack Build Test Reports";
2726

2827
// Product
2928
public static final String AUTOMATE = "automate";

src/main/resources/com/browserstack/automate/ci/jenkins/integrationService/BrowserStackTestReportAction/index.jelly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
<div class="new-container">
7676
<div class="report-row">
7777
<j:if test="${(it.isReportInProgress())}">
78-
<p class="no-report-para"><strong class="strong-font-custom">BrowserStack Test Report generation In Progress, please refresh after sometime</strong></p>
78+
<p class="no-report-para"><strong class="strong-font-custom">BrowserStack Build Test Report generation In Progress, please refresh after sometime</strong></p>
7979
</j:if>
8080
<j:if test="${(it.isReportFailed())}">
81-
<p class="no-report-para"><strong class="strong-font-custom">BrowserStack Test Report Could Not Be Fetched</strong></p>
81+
<p class="no-report-para"><strong class="strong-font-custom">BrowserStack Build Test Report Could Not Be Fetched</strong></p>
8282
<br/>
83-
<p class="no-report-para">BrowserStack test report could not be fetched for this build since something went wrong. Please ensure that:</p>
83+
<p class="no-report-para">BrowserStack build test report could not be fetched for this build since something went wrong. Please ensure that:</p>
8484
<br/>
8585
<ul class="bullet-points">
8686
<li class="bullet-item">You have set valid BrowserStack credentials via BrowserStack Plugin.</li>

0 commit comments

Comments
 (0)