Back to Codeberg

forgejo

forgejo-contrib-forgejo-ci-woodpecker.md

latest3.7 KB
Original Source

forgejo-contrib/forgejo-ci-woodpecker

Watch9

Star0

Fork

You've already forked forgejo-ci-woodpecker

0

CodeIssuesPull requestsActivity

The Woodpecker CI files used in Forgejo v1.18, v1.19 and replaced with Forgejo Actions in v1.20. They provide PR checks in .woodpecker and release building in releases. ⚠️They are no longer included in Forgejo since v1.20.⚠️

1 commit1 branch0 tags 38 KiB

  • Shell 99.6%

  • Dockerfile 0.4%

    main

Find a file

HTTPS Download ZIPDownload TAR.GZDownload BUNDLEOpen with VS CodeOpen with VSCodiumOpen with Intellij IDEA

|

Earl Warren 5c8b229211 initial commit

| 2023-07-03 14:08:55 +02:00 | | --- | --- | | .woodpecker | initial commit | 2023-07-03 14:08:55 +02:00 | | releases | initial commit | 2023-07-03 14:08:55 +02:00 | | .gitignore | initial commit | 2023-07-03 14:08:55 +02:00 | | README.md | initial commit | 2023-07-03 14:08:55 +02:00 |

README.md

Woodpecker CI configuration of Forgejo

Usage

copy the .woodpecker and releases at the root of the Forgejo.

Unmaintained

As of July 2023 this repository is an archive of so it can be re-used independly and modified if there is interest. It is likely to work with Forgejo v1.20 but will age over time.

History

In Forgejo v1.18 and v1.19, the CI and the release process was based on Woodpecker CI. It depends on an LXC backend for Woodpecker CI was developped in a repository hosted in Forgejo contrib and proposed for inclusion in Woodpecker CI. The container images were published in Forgejo contrib and can be re-built from the repository. With Forgejo v1.20 came Forgejo Actions which was used instead of Woodpecker from then on.