OpenJDK부터 설치
Jenkins설치
https://www.jenkins.io/doc/book/installing/linux/#debianubuntu
Linux
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
www.jenkins.io
포트변경
vi /usr/lib/systemd/system/jenkins.service
systemctl daemon-reload
systemctl restart jenkins
최초 설정 비밀번호 확인
cat /var/lib/jenkins/secrets/initialAdminPassword
d8c97ded398d4e82b22edf167b958c0f
Git에 SSH키 등록
젠킨스 서버에서
su jenkins 로 계정변경후
.ssh/known_host파일에 내용이 추가되어야함
git ls-remote -h git@github.com:#########.git HEAD
728x90
'DevOps' 카테고리의 다른 글
jenkins | ssl 적용 (0) | 2024.01.08 |
---|---|
kustomize | overlay부분 kustomize.yaml (0) | 2023.12.09 |
small | ubuntu KVM 설치 (1) | 2023.11.19 |