What should we call CI servers? #333
GentlemanHal
started this conversation in
General
Replies: 1 comment
-
I started updating the UI and the code to use "Feed". Still happy to hear any thoughts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally the language used was
tray
because of the CCTray XML format.This felt like it might be confusing so we started changing the language in the UI to use
CI Server
. This wasn't reflected in the code and the termtray
is still used extensively.Using
CI Server
still has some issues, not all servers refer to themselves as CI servers, some use CD or CI/CD server and concourse just calls itself a "thing doer"... Also some servers can provide multiple CCTray XML feeds (e.g. Jenkins views).So perhaps the best term to use is
feed
or something specific such asCCTray XML feed
? As that is what the user is actually adding.Any thoughts more than welcome.
Beta Was this translation helpful? Give feedback.
All reactions