티스토리 뷰
젠키스는 CI Tool 이다. CI는 지속적 통합(Continuous Integration)의 약자로 한마디로 빌드, 배포, 테스트등을 서비스 반영을 위한 일련의 과정등을 쉽게 처리할 수 있게 도와준다. 오늘은 리눅스 환경인 Ubuntu에 Jenkins를 설치해보겠다.
install Jenkins
package management tool 인 apt 명령어를 이용해 간단히 설치할 수 있다.
- wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
- sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
- sudo apt-get update
- sudo apt-get install jenkins
$wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
OK
$sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
$sudo apt-get update
Ign:1 http://repos.azulsystems.com/ubuntu stable InRelease
Hit:2 http://repos.azulsystems.com/ubuntu stable Release
Hit:3 https://download.docker.com/linux/ubuntu bionic InRelease
Ign:5 http://pkg.jenkins.io/debian-stable binary/ InRelease
Hit:6 http://kr.archive.ubuntu.com/ubuntu xenial InRelease
Hit:7 http://pkg.jenkins.io/debian-stable binary/ Release
Get:8 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Get:10 http://kr.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Ign:11 https://pkg.jenkins.io/debian binary/ InRelease
Hit:12 https://pkg.jenkins.io/debian binary/ Release
Get:14 http://kr.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:15 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1099 kB]
Get:16 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [897 kB]
Get:17 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [421 kB]
Get:18 http://kr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [783 kB]
Get:19 http://kr.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [710 kB]
Fetched 4235 kB in 13s (308 kB/s)
Reading package lists... Done
$sudo apt-get install jenkins
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.4.0-169 linux-headers-4.4.0-169-generic linux-headers-4.4.0-170 linux-headers-4.4.0-170-generic linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-image-4.4.0-169-generic linux-image-4.4.0-170-generic linux-image-4.4.0-31-generic linux-image-extra-4.4.0-31-generic linux-modules-4.4.0-169-generic linux-modules-4.4.0-170-generic
linux-modules-extra-4.4.0-169-generic linux-modules-extra-4.4.0-170-generic
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
jenkins
1 upgraded, 0 newly installed, 0 to remove and 139 not upgraded.
Need to get 65.0 MB of archives.
After this operation, 10.9 MB disk space will be freed.
Get:1 https://pkg.jenkins.io/debian binary/ jenkins 2.219 [65.0 MB]
Fetched 65.0 MB in 7min 2s (154 kB/s)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = (unset),
LC_CTYPE = "ko_KR.UTF-8",
LC_TERMINAL_VERSION = "3.3.7",
LC_TERMINAL = "iTerm2",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 230727 files and directories currently installed.)
Preparing to unpack .../archives/jenkins_2.219_all.deb ...
Unpacking jenkins (2.219) over (2.165) ...
Processing triggers for systemd (229-4ubuntu21.21) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up jenkins (2.219) ...
Installing new version of config file /etc/init.d/jenkins ...
Processing triggers for systemd (229-4ubuntu21.21) ...
Processing triggers for ureadahead (0.100.0-19) ...
jenkins start
sudo service jenkins start
#젠킨스 중단
#sudo service jenkins stop
#젠키스 재시작
#sudo service jenkins restart
jenkins 접속 및 초기화
http://{대상서버ip}:8080 접속하게 되면 최초 로그인이기 때문에 초기화 패스워드를 입력해야 한다. 초기화 패스워드는 /var/lib/jenkins/secrets/initialAdminPassword 파일에서 확인하고 입력한다.
$ cat /var/lib/jenkins/secrets/initialAdminPassword
b5abxa145789axv144677777891c02b4
Default 플러그인 선택해서 인스톨한다.
설치 진행 단계를 확인할 수 있다.
설치가 완료되면 관리자 정보를 입력한다.
몇번의 확인 단계 이후에 젠킨스 대시 보드 페이지로 이동됐다.
마치면
젠키스를 우분투에 설치하는 법을 간단히 해봤다. 다음에는 Github 와 연동해서 애플리케이션을 빌드 배포하는 법을 알아보겠다.
'Web Development' 카테고리의 다른 글
jenkins(ubuntu) + github + Startup #3 (0) | 2020.02.19 |
---|---|
jenkins(ubuntu) + github + Startup #2 (0) | 2020.02.05 |
GIT Hub multiple accounts (Mac) (0) | 2020.01.20 |
GitHub hook IP정보 (0) | 2020.01.07 |
날짜값 유효성 체크 함수 in Postgresql (0) | 2019.12.16 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크