What Is a Project?

A project collects all the people, tools, and processes you need to complete a unit of work in VB Studio.

A unit of work might be a software effort dedicated to a new payroll app for use internally, or perhaps a new version of your company's primary external offering. Regardless, you use a project to host source code files, track issues, collaborate on code, and build and deploy your applications. A project can host multiple Git repositories, and each Git repository can have multiple branches and hundreds of code files.

Within the project, you can require team members to create a merge request for each branch of the Git repository and ask reviewers to review and approve the code. You can create and configure multiple build jobs to generate different project artifacts that you can deploy to Oracle Cloud or your on-premise web server.