# Build police

When a cut of all applications need to be made so that it can be deployed to production and go live. The build needs to go green, and team is responsible for making sure that it is green on trunk and on the branch(what is being cut).

General duties include:

* report to management about progress of apps.
* Restarting builds of failing apps on different agents, previously passing agents. Especially if this is the first failure
* Chasing up with teams apps that are failing
* On the day of the cut, with teams and their testers, which versions of the apps will go into production from the branch.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hanfak.gitbook.io/workspace/devops1/build-police.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
