Answers for "install jenkins on windows"

0

Jenkins Install Linux

curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.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
Posted by: Guest on December-06-2021
0

jenkins download

wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
Posted by: Guest on October-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language