Skip to content

Instantly share code, notes, and snippets.

View carstene1ns's full-sized avatar

Carsten Teibes carstene1ns

View GitHub Profile
@carstene1ns
carstene1ns / README.md
Created March 14, 2021 12:04
Jenkins Agent on Arch Linux Server

Add needed user:

# useradd -m -U jenkins

Enable Service:

# systemctl enable --now jenkins-agent.service