Documentation/content/ci/index.md
6543 69eeb5ba54 Add CI section (#237)
close https://codeberg.org/Codeberg-CI/feedback/issues/44

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/237
Co-authored-by: 6543 <6543@noreply.codeberg.org>
Co-committed-by: 6543 <6543@noreply.codeberg.org>
2022-07-17 23:48:10 +02:00

1.3 KiB

eleventyNavigation
key title icon order
CI Working with Codeberg's CI arrows-spin 65

Every piece of code should be tested regularly. Ideally developers already implement unit-tests to test the functionality of code sections. Some projects even implement a suite of integration tests, testing whether the code in different parts of the software works as a whole and (still) provides the functionality the software promises to deliver. Running these tests regularly (or continuously) is the job of a Continuous Integration solution. The results of the tests are displayed to the project members and maintainers enabling them to identify problems and react if errors occur.

Using Codeberg's instance of Woodpecker CI

Codeberg currently provides an instance of Woodpecker CI to some projects. The service is currently in the closed testing phase. Meaning the access is currently limited to selected persons.

The README.md of the Codeberg-CI repository contains more details in case you want to apply for access to the Woodpecker CI.

If you are just curious about Woodpecker or already got access to a Woodpecker instance, the Woodpecker project has a great documentation on how to use Woodpecker in your repositories.