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 79efe80 commit 18e6712Copy full SHA for 18e6712
scripts/installJenkins.sh
@@ -27,8 +27,9 @@ install_centos() {
27
#install Jenkins
28
sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
29
sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
30
- yum install epel-release # repository that provides 'daemonize'
31
- yum install jenkins
+ sudo yum install epel-release # repository that provides 'daemonize'
+ sudo yum install jenkins
32
+ sudo systemctl start jenkins
33
}
34
35
0 commit comments