Retour au Site

<@messages infos=infos /> <#list release_component_history_list?sort_by(['commandResult','dateBegin'])?reverse as release_history> <#if release_history.component??> <#else>

<#if release_history.component??>

Version ${release_history.component.targetVersion!''} <#if (release_history.commandResult.status==1 ||release_history.commandResult.errorType==0 ) > OK <#else> KO

${release_history.commandResult.dateBegin?string('dd.MM.yyyy HH:mm:ss')}-${release_history.commandResult.dateEnd?string('HH:mm:ss')}

<#else>

Version ${release_history.site.nextReleaseVersion!''} <#if release_history.commandResult.status==1 && !release_history.commandResult.running> OK <#else> KO

${release_history.commandResult.dateBegin?string('dd.MM.yyyy HH:mm:ss')}-${release_history.commandResult.dateEnd?string('HH:mm:ss')}

<#if release_history.commandResult.error??>
 ${release_history.commandResult.error}
 ${release_history.commandResult.log}