Jenkins installation on linux (cent-os)
19/06/2014
Article
Following are steps to install Jenkins on linux centos, using those you can set Jenkins in 2 mins.The Space Between Us 2017 live streaming movie
Pre-requisites : –
- Need java with version > = 1.6
- Set JAVA_HOME env variable.
Steps: –
- Download latest rpm of Jenkins. Command: – “$ wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo”
- Import key for Jenkins – Command: – “$ rpm –import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key”
- Install Jenkins – Command:- “$ yum install jenkins”
- Start Jenkins – Command:- “$ service jenkins start”
After started successfully you can access Jenkins using following url …
http://localhost:8080/
Categories: Linux