{% extends "layout.html" %} {% block content %}
Pipeline counter: {{ live_info.label }}, run {{ live_info.stages[stage_name_index].counter }}
{% if current_status.stage.pipeline_counter == live_info.label|int and current_status.stage.stage_counter == live_info.stages[stage_name_index].counter|int and live_info.stages[stage_name_index].name == current_status.stage.stage_name %} Result: {{ current_status.describe_run_outcome() }} {% endif %} {% if current_status.stage.pipeline_counter != live_info.label|int or current_status.stage.stage_counter != live_info.stages[stage_name_index].counter|int %} Status: {{ live_info.status }} {% endif %}
Pipeline counter: {{ latest_passing_stage.pipeline_counter }} ({{ count }} pipeline{{ count | pluralize }} ago)
Stage: {{ latest_passing_stage.stage_name }}
At: {{ latest_passing_stage.scheduled_date }}
Pipeline | Revision | Modified by | Comment |
---|---|---|---|
{{ repo }} | {{ revision }} | {{ modified_by }} | {{ comment }} |
Pipeline | Revision | Modified by | Comment |
---|---|---|---|
{{ repo }} | {{ revision }} | {{ modified_by }} | {{ comment }} |