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 598f380 commit ca8bde4Copy full SHA for ca8bde4
src/main/java/com/browserstack/automate/ci/common/constants/Constants.java
@@ -18,7 +18,7 @@ public class Constants {
18
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";
+ public static final String REPORT_CONFIG_OPERATION_NAME = "report-config-details";
22
23
public static enum REPORT_STATUS {
24
IN_PROGRESS,
0 commit comments