miin29na

[배포]Jenkins 설치 본문

IT_Infra/CI CD

[배포]Jenkins 설치

miin29na 2018. 11. 6. 15:57
  •  Jenkins(젠킨스) 란?


Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software.

Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed.


  • 설치

    • Linux(Ubuntu18.04)

      1. Jenkins 설치
      2. 기본 설정 파일
      3. Jenkins 시작/정지
      4. Jenkins Dashboard

    • Windows

      1. Jenkins 설치
        1. http://jenkins.io/ 
        2. 압축해제
          1. jenkins-2.XX.X.zip 파일을 download 후에, 압축 해제
            jenkins Windows installer 를 실행
      1. 기본 설정 파일
        1. Jenkins 기본 Port 를 변경

          설치 경로에 jenkins.xml 에 --httpPort=8080 -> 임의의 Port 로 변경, --httpPort=9999 로 변경,

      2. Jenkins 시작/정지
        1. 설치 후 자동으로 윈도우 서비스에 등록이 되고 시작 됨

          브라우저를 열고 http://localhost:9999/ 로 접속

      3. Jenkins Dashboard
        1. 브라우저를 열고 http://localhost:9999/ 로 접속



'IT_Infra > CI CD' 카테고리의 다른 글

[배포]Jenkins 원격으로 배포하기(SSH, FTP)  (0) 2018.11.06
Comments