You have a #project and want to know (or block) if a contribution is AI made?

we at #WoodpeckerCI have packaged the #AgentScan as #plugin: https://woodpecker-ci.org/plugins/agentscan

#ci #automation

Short post on using Go caches for builds in Woodpecker CI: https://blog.mei-home.net/posts/go-build-caches-in-woodpecker/

#Golang #WoodpeckerCI

Smokeweb: Setting up a CI with Go Caches in Woodpecker

Setting up a CI with Go build and module caches in WoodpeckerCI

ln --help

First result: Reduced the build time for (sequential) ARM+x86_64 builds from about two minutes to 25 seconds by adding a go build cache.

And the module cache also works nicely.

Left for tomorrow: Coming up with some nice idea for cleanup jobs. Perhaps just a check on the PVC's utilization and nuking the caches entirely at e.g. >90%? It doesn't look like there's cache cleanup like in CCache, sadly.

#Golang #WoodpeckerCI

Sometimes, I wish I was anything else than a CI/Build engineer in my $dayjob. Because then I might be able to run an entire programming project without setting up an entire CI for a small, purely private project.

Above thought triggered by me now looking into configuring a Woodpecker CI job to mount a volume for storage of a Go build cache to speed up my build jobs. Of a ~250 line project. 🤦

#Golang #WoodpeckerCI

How do I get it to let me download test results? On Gitlab CI I would use "artifacts" for that, there doesn't seem to be something similar here?

#woodpecker #woodpeckerci

Yesterday was the "Digital Independence Day", which I only learned of, today. Coincidentally yesterday I wrote my first blog post in years! I used to be on wordpress.com for nearly a decade, then moved my blogging to #g+ #facebook, #linkedin and co.

With the process of shutting down all my #ustech and #bigtech accounts, I felt the need of having a place to myself again, where I could share my thoughts. For now, I've decided to use #zola as a static site generator, which gets hosted to @Codeberg

Here's my successful "Hello, world!" that'll allow me to further my journey towards #digitalindependence as this static site will not only replace my old blogging software, but I plan to replace with it so much more! What a fitting coincidence, to have that post see the light of day on the Digital Independence Day :)

https://pygospa.codeberg.page/posts/hello-world

#zola #wordpresscom #codeberg #woodpeckerci #digitalindependenceday #newblog #newbie #introduction #blogosphere #staticsite #staticsitegenerator #unplugTrump

hello, world!

Why I am back blogging, but switched from WordPress.com to Zola and how I hosted it on Codeberg Pages

pygospa's blog
It works! I can push a commit to my #11ty website, and it'll build, upload an artifact to Codeberg, send a webhook back to my #selfHosted server, and get deployed. Using #woodpeckerCI and webhookd, and a bash script. Now it's a public repo, so I don't have to set up authentication for the webhook. Maybe that's next, but I should work on the website first.

HUGO is great. My blog switched from html+css to @gohugoio #hugo its so easy now.
Hosted on #codeberg @Codeberg and @WoodpeckerCI #WoodpeckerCI

https://mooontxt.codeberg.page/

mondstern Blog

mondstern Blog

I'll hold a #WoodpeckerCI User #meetup at the #unconference #fosdem .

Feel free to come, just chat ask questions.
You don't have to know much about CI/CD but if it's even better ;)

https://fosdem.org/2026/schedule/event/ENDASS-woodpeckerci_user_meetup/

FOSDEM 2026 - WoodpeckerCI User Meetup

Installed #forgejo on my #freebsd server now what ? #woodpeckerci I am looking at you !