<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@include file="header.txt"%>

SLC Execution #${slcExecution.uuid}

Details

Host ${slcExecution.host}
User ${slcExecution.user}
Status ${slcExecution.status}
Type ${slcExecution.type}
Script ${slcExecution.attributes['ant.file']}

Execution Steps

${slcExecutionStep.begin} - ${slcExecutionStep.uuid} (${slcExecutionStep.type})

${slcExecutionStepLogLine}
<%@include file="footer.txt"%>