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

Information

Repository: {{ context.repository }}

Branch: {{ branch }}

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

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

{{ context.message }}

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

Pull Request: {{ context.message }}

{% endif %}

Task ID: {{ task_id }}

Elapsed time: {{ elapsed_time }} seconds

Test script(s)

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

Docker build logs

{{ build_logs }}
{% endif %}

Logs

{{ logs|strip_term_colors }}