this post was submitted on 13 Jun 2023
6 points (100.0% liked)

Self Hosted - Self-hosting your services.

11306 readers
37 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Hi all,

I'd like to spin up a lemmy instance with some changes I'd like to make this upcoming weekend, and I'd like to self host a ci/cd pipeline for it.

At work, we use Jenkins tied to Jira.

Our procedure is as follows:

  1. We feature branch, build/deploy to dev (manual), self/peer verify.
  2. Merge to master, build/deploy to dev (triggered by jira), QA tests
  3. Promote to stage (deploy artifact from previous build, triggered by Jira), QA tests
  4. Promote to prod, and pray we didn't miss any edge cases lol

I'm not married to Jenkins and I'd be open to other options, if there's something you've tried that you think is better, I'd love to hear it!

Would be nice to have auto triggers that are tied to kanban stories, but not necessary.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

I use gitea and metroline. I'm pretty sure gitea has their own pipeline now, but I haven't used it.

[–] [email protected] 1 points 1 year ago

If you’re already using GitHub or Gitlab you could look at their CI/CD tools within their platforms. I’m using GitHub actions with a self hosted runner and quite like the simplicity of it compared to building & managing a Jenkins instance.

[–] [email protected] 1 points 1 year ago

I really like TeamCity from JetBrains. It seems to not be the most popular, but I think it's leagues ahead of Jenkins. Though, unlike Jenkins, TeamCity is not open source. For an instance with up to 3 agents and a maximum of 100 build configurations its free.

The TC devs have been incrementally improving a refresh on its UI called Sakura, which is quite nice but can also be managed using config as code which uses xml.