File tree Expand file tree Collapse file tree 5 files changed +41
-0
lines changed
resources/views/events/gitlab/job Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'title ' => 'Update Job Status ' ,
5+ 'name ' => 'Job Name ' ,
6+ ];
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'title ' => 'Update Job Status ' ,
5+ 'name ' => 'Job Name ' ,
6+ ];
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'title ' => 'Update Job Status ' ,
5+ 'name ' => 'Job Name ' ,
6+ ];
Original file line number Diff line number Diff line change 1+
2+ <?php
3+
4+ return [
5+ 'title ' => 'Cập nhật trạng thái Job ' ,
6+ 'name ' => 'Ten Job ' ,
7+ ];
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * @var object $payload
4+ * @var string $event
5+ */
6+
7+ ? >
8+
9+ 🛸 {{ __ (' tg-notifier::events/gitlab/job.title' ) } } 🦊
10+
11+ 🚀 {{ __ (' tg-notifier::app.repo' ) } } : <a href =" {{ $payload -> project -> web_url } }" >{{ $payload -> project -> path_with_namespace } } </a >
12+ 🛸 {{ __ (' tg-notifier::events/gitlab/job.name' ) } } : <code >{{ $payload -> build_name } } </code >
13+ 🌳 {{ __ (' tg-notifier::app.branch' ) } } : <code >{{ $payload -> project -> default_branch } } </code >
14+ 👤 {{ __ (' tg-notifier::app.author.name' ) } } : <code >{{ $payload -> commit -> author_name } } </code >
15+ 💻 {{ __ (' tg-notifier::app.commit' ) } } : <code >{{ $payload -> commit -> message } } </code >
16+ 🚦 {{ __ (' tg-notifier::app.status' ) } } : <code >{{ $payload -> build_status } } </code >
You can’t perform that action at this time.
0 commit comments