You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when I go to the Xcode Server web site (where you can download/install integration builds), it shows me a long list of bots that all look like:
BuildaBot [mozilla/firefox-ios] PR #498
I would like to customize this name so that it shows something like:
PR #409 Do not stop system audio on start
(I don't care about the repo name or the BuildaBot static string).
Ideally this can be configured with some really simple template string like PR #{{PR_NR}} {{PR_TITLE}} so that people can customize in different ways?
The text was updated successfully, but these errors were encountered:
@st3fan The only issue with taking out the name of the repo is that bots might clash if you're running multiple projects on the same Xcode Server. Builda uses the bot's name to uniquely identify it.
I'll look into a good way of allowing what you want to do though :)
Right now when I go to the Xcode Server web site (where you can download/install integration builds), it shows me a long list of bots that all look like:
I would like to customize this name so that it shows something like:
(I don't care about the repo name or the BuildaBot static string).
Ideally this can be configured with some really simple template string like
PR #{{PR_NR}} {{PR_TITLE}}
so that people can customize in different ways?The text was updated successfully, but these errors were encountered: