We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7844fe8 commit 6b0360cCopy full SHA for 6b0360c
src/main/java/com/browserstack/automate/ci/common/constants/Constants.java
@@ -15,7 +15,7 @@ public class Constants {
15
public static final String BROWSERSTACK_REPORT_PATH_PATTERN = "**/browserstack-artifacts/*";
16
public static final String JENKINS_CI_PLUGIN = "JenkinsCiPlugin";
17
18
- public static final String BROWSERSTACK_CONFIG_DETAILS_ENDPOINT = "http://localhost:3002/api/ci-tools/v1/events/report-config";
+ public static final String BROWSERSTACK_CONFIG_DETAILS_ENDPOINT = "https://integrate.browserstack.com/api/ci-tools/v1/events/report-config";
19
public static final String INTEGRATIONS_TOOL_KEY = "jenkins";
20
21
public static final String REPORT_CONFIG_OPERATION_NAME = "report-config";
0 commit comments