Skip to content
Snippets Groups Projects
  • Robert Schmidt's avatar
    9d4337c5
    Do not retrieve deployment logs during DeployObject · 9d4337c5
    Robert Schmidt authored
    Since commit 041b2b2d, the CI main loop
    iterates over all steps, even if there has been a problem during an
    earlier XML step. In all cases, UndeployObject() is marked to always
    run, as we always need to make sure that all deployed services are
    terminated. UndeployObject() always recovers logs. Hence, it's not
    necessary to do it here as well; it leads to duplicated logs.
    
    This is visible in all pipeline with a failed deployment: the logs
    appear twice.
    9d4337c5
    History
    Do not retrieve deployment logs during DeployObject
    Robert Schmidt authored
    Since commit 041b2b2d, the CI main loop
    iterates over all steps, even if there has been a problem during an
    earlier XML step. In all cases, UndeployObject() is marked to always
    run, as we always need to make sure that all deployed services are
    terminated. UndeployObject() always recovers logs. Hence, it's not
    necessary to do it here as well; it leads to duplicated logs.
    
    This is visible in all pipeline with a failed deployment: the logs
    appear twice.