Development Infrastructure
Warning
This page is now hosted on https://odp.finos.org/docs/development-infrastructure/continuous-integration/intro
Security vulnerabilities responsible disclosure
Read the FINOS security vulnerabilities responsible disclosure document to know how security incidents are managed across FINOS projects. Use WhiteSource to configure your FINOS project for automated scanning.
The Foundation provides a service-based infrastructure to support project teams throughout the entire /wiki/spaces/FINOS/pages/75530756.
The infrastructure is divided into these primary areas:
Below are reported some important concepts to help reading the infrastructure documentation.
Concepts
Building and testing
The build is an end-to-end process that converts source code into reusable artifacts, something that we will refer to as deployable units, which is developed by the project team and hosted in the github repository. It is a particularly important task, as it can centralise and trigger several automated sub-tasks, such as version control, code testing, quality and compliance reports and more.
A working build process is key to implement more automated processes, such as release, Continuous Integration and automated deployments; it is also a requirement for/wiki/spaces/FINOS/pages/75530376.
To know more about build configuration, check the Languages page.
Versioning
Need help? Email help@finos.org
we'll get back to you.
Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.