이 블로그 검색

2014년 7월 29일 화요일

Jenkins 설치 centos 6.5






  1. Jenkins download
    1. http://pkg.jenkins-ci.org/redhat/
    2. wget http://pkg.jenkins-ci.org/redhat/jenkins-1.566-1.1.noarch.rpm
  2. rpm 설치
    1. rpm -Uvh jenkins-1.566-1.1.noarch.rpm
  3. jenkins 시작
    1. service jenkins start
  4. jenkins 구동 확인
    1. jps
    2. netstat -ntpl | grep LISTEN
      1. 8080 포트가 열려있는지 확인
      2. 그리고 익스플로어에서 접속(localhost:8080)

댓글 2개: