You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String.format("%s uploaded successfully to Browserstack with app_url : %s", appPath, appId));
58
58
returnappId;
59
59
} catch (AppAutomateExceptione) {
60
-
PluginLogger.logError(logger, String.format("App upload failed with status code: %d. Attempt %d of %d", e.getStatusCode(), attempt, MAX_RETRY_ATTEMPTS));
60
+
intstatusCode = e.getStatusCode();
61
+
PluginLogger.logError(logger, String.format("App upload failed with status code: %d. Attempt %d of %d", statusCode, attempt, MAX_RETRY_ATTEMPTS));
0 commit comments