We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1d71f commit e8361c6Copy full SHA for e8361c6
JENKINS/MVNJENKINS_NOTES.txt
@@ -71,7 +71,11 @@ and copy these commands
71
72
# sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
73
# sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
74
- # yum install jenkins
+
75
+ yum install epel-release # repository that provides 'daemonize'
76
77
+ yum install jenkins
78
79
# systemctl start jenkins
80
# systemctl status jenkins
81
# clear
0 commit comments