mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

#Concourse

1 post1 participant0 posts today

TRAILER: Pig Hill | New trailer for Dark and sinister horror - Celebrating its World Premiere at FrightFest 2025
Empty Jug Productions in association with Concourse Media are delighted to share the news that their gory horror, Pig Hill, is set for its World...
comiccrusaders.com/comic-books
#Empty Jug Productions #horror #fright fest #pig hill #Concourse Media

Just watched a co-worker at MIT give a superlative tech talk on how we're using Concourse - concourse-ci.org/ for a mind bendingly complicated set of multi-site deployment and publishing tasks.

If you automate complicated things and are struggling with something like Jenkins, Concourse is far from perfect but it's really, REALLY good and makes very complex things possible and even elegant. Definitely worth a look.

concourse-ci.orgConcourse CI
#devops#pipeline#ci

Honestly this #concourse system is a fucking pain in the ass and I fucking hate it.

#Jenkins just SAVES THE FUCKING ARTIFACTS.

But in Concourse, no, you have to implement a GET task, and then a PUT task, and find a place to store it, and provide auth to it, and oh, you can only upload ONE file at a time, so you have to zip everything, and THEN upload it, and unzipping it later? Fuck you that's your problem.

This system is an evil piece of shit. How the fuck are people using this for #CICD?

Replied in thread

@icedquinn@blob.cat #Concourse was quite the mess to try and set up, I eventually just didn't finish up with it.

#Laminar actually looks good, and I do very much enjoy simplicity. Looks like I can schedule runs through a single line in a git hook as well, which is exactly the kind of minimalism I want. Most CI systems seem to depend on GitHub, GitLab, or Gitea webhooks, and I don't want to use any of those since cgit Just Works.

It
seems much simpler to set up than #KrakenCI, so perhaps I'll try that one first!