Изменение формата уведомлений о пайплайне
This commit is contained in:
parent
88f0450be2
commit
575ae49664
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user