in aws-ecs-server/src/main/resources/buildServerResources/ecsSettings.js [491:500]
onSuccess: function (response) {
var wereErrors = BS.XMLResponse.processErrors(response.responseXML, {
onConnectionError: function(elem) {
BS.TestConnectionDialog.show(false, elem.firstChild.nodeValue, null);
}
}, BS.PluginPropertiesForm.propertiesErrorsHandler);
if(!wereErrors){
BS.TestConnectionDialog.show(true, "", null);
}
}.bind(this)