Skip to content

Instantly share code, notes, and snippets.

@kuntashov
Created October 3, 2023 19:56
Show Gist options
  • Save kuntashov/2f493e45a61278dc7854af0e887e1cac to your computer and use it in GitHub Desktop.
Save kuntashov/2f493e45a61278dc7854af0e887e1cac to your computer and use it in GitHub Desktop.
install jenkins
curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee /usr/share/keyrings/jenkins-keyring.asc > /dev/null
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list > /dev/null
sudo apt-get update
sudo apt-get install jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment