Test succeed for repository: {{ context.repository }}InformationRepository: {{ 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 %}Actor: {{ context.actor.username }} ({{ context.actor.display_name }}) Task ID: {{ context.task_id }} Elapsed time: {{ elapsed_time }} seconds Test script(s)
Docker build logs{{ build_logs }}{% endif %} Logs{{ logs }} |