We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bff809 commit 3f845e5Copy full SHA for 3f845e5
JENKINS-INSTALLATION/Jenkins-installation.sh
@@ -10,10 +10,10 @@ sudo wget -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://
10
sudo yum install jdk-8u131-linux-x64.rpm -y
11
# 2. Add Jenkins Repository and key
12
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
13
-sudo cd /etc/yum.repos.d/
+cd /etc/yum.repos.d/
14
sudo curl -O https://pkg.jenkins.io/redhat-stable/jenkins.repo
15
# 3. Install Jenkins
16
sudo yum -y install jenkins
17
sudo systemctl start jenkins
18
sudo systemctl enable jenkins
19
-sudo systemctl status jenkins
+sudo systemctl status jenkins
0 commit comments