Expose rollout group dynamic flag via REST (#1691)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -217,6 +217,7 @@ public class DdiController {
|
||||
}
|
||||
|
||||
void sendFeedback(final UpdateStatus updateStatus) {
|
||||
log.debug(LOG_PREFIX + "Send feedback {} -> {}", getTenantId(), getControllerId(), currentActionId, updateStatus);
|
||||
getDdiApi().postDeploymentBaseActionFeedback(
|
||||
updateStatus.feedback(), getTenantId(), getControllerId(), currentActionId);
|
||||
if (updateStatus.status() == UpdateStatus.Status.SUCCESSFUL ||
|
||||
|
||||
Reference in New Issue
Block a user