Confirmed users
9
edits
(Created page with "= About the service = (what does it do, what is the purpose?) = Development documentation = (is there a design doc for development?) = Logical diagram = = Physical diag...") |
No edit summary |
||
Line 2: | Line 2: | ||
(what does it do, what is the purpose?) | (what does it do, what is the purpose?) | ||
In one sentence, Tbpl shows developers what is happening. | |||
More specifically, it shows a list of pushes (code changes) to different branches (repositories) and associated jobs. These jobs can be any kind of compile and test jobs. It color-codes the success status of those jobs so it is easily visible if a code change contains errors or not. | |||
It further allows developers to | |||
* comment on a job | |||
* restart a particular job | |||
* cancel a running job | |||
= Development documentation = | = Development documentation = |