Skip to content

Commit ab1d0e1

Browse files
Add files via upload
1 parent 4a53639 commit ab1d0e1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Jenkins/JenkinsInstallationSteps.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo apt update
2+
sudo apt install openjdk-8-jdk
3+
4+
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
5+
6+
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
7+
8+
sudo apt update
9+
sudo apt install jenkins
10+
11+
systemctl status jenkins
12+
13+
sudo ufw allow 8080

0 commit comments

Comments
 (0)