Skip to content

Commit e8361c6

Browse files
authored
Update MVNJENKINS_NOTES.txt
1 parent da1d71f commit e8361c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

JENKINS/MVNJENKINS_NOTES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ and copy these commands
7171

7272
# sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
7373
# sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
74-
# yum install jenkins
74+
75+
yum install epel-release # repository that provides 'daemonize'
76+
77+
yum install jenkins
78+
7579
# systemctl start jenkins
7680
# systemctl status jenkins
7781
# clear

0 commit comments

Comments
 (0)