Created
October 3, 2023 19:56
-
-
Save kuntashov/2f493e45a61278dc7854af0e887e1cac to your computer and use it in GitHub Desktop.
install jenkins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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