Изменение формата уведомлений о пайплайне

This commit is contained in:
Struchkov Mark 2023-01-17 20:21:51 +03:00
parent 88f0450be2
commit 575ae49664
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -24,7 +24,7 @@ public class PipelineNotifyGenerator implements NotifyBoxAnswerGenerator<Pipelin
@Override
public BoxAnswer generate(PipelineNotify notify) {
final StringBuilder builder = new StringBuilder(Icons.BUILD).append(" *New pipeline |").append(notify.getPipelineId()).append("*");
final StringBuilder builder = new StringBuilder(Icons.BUILD).append(" *New pipeline | ").append(notify.getPipelineId()).append("*");
builder
.append(Icons.HR)