mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Start documentation on Continuous Integration / Woodpecker (#214)
- Initial section introducing CI - Section on woodpecker on codeberg with a link to the request-access repository which already has good documentation on the current status of the Codeberg-CI Related to #168 Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de> Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/214 Co-authored-by: jklippel <jklippel@noreply.codeberg.org> Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
This commit is contained in:
parent
429c0ee52e
commit
7679e34b9e
1 changed files with 21 additions and 0 deletions
21
content/advanced/ci.md
Normal file
21
content/advanced/ci.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
eleventyNavigation:
|
||||
key: CI
|
||||
title: Continuous Integration
|
||||
parent: AdvancedUsage
|
||||
---
|
||||
|
||||
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 the woodpecker CI of Codeberg
|
||||
|
||||
Codeberg currently provides an instance of [Woodpecker CI](https://woodpecker-ci.org/) to some projects.
|
||||
The service is currently in the closed testing phase. Meaning the access is currently limited to selected persons.
|
||||
|
||||
The [README.md](https://codeberg.org/Codeberg-CI/request-access) 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](https://woodpecker-ci.org/docs/intro) on how to use Woodpecker in your repositories.
|
||||
Loading…
Reference in a new issue