Test failed for repository: {{ context.repository }}

Information

Repository: {{ context.repository }}

{% if context.type == 'tag' %}

Tag: {{ branch }}

{% endif %} {% if context.type == 'branch' %}

Branch: {{ branch }}

Commit: {{ context.source.commit.hash }}

{{ context.message }}

{% endif %} {% if context.type == 'pullrequest' %}

Pull Request: {{ context.message }}

{% endif %}

Task ID: {{ context.task_id }}

Exit code: {{ exit_code }}

Elapsed time: {{ elapsed_time }} seconds

View in browser

Test script(s)

    {% for script in scripts %}
  • {{ script }}
  • {% endfor %}
{% if build_logs %}

Docker build logs

{{ build_logs }}
{% endif %} {% if logs %}

Logs

{{ logs }}
{% endif %}