Gitlab + Jenkins
출처
tech.osci.kr/2020/01/16/86039236/
jotaerre.net/2020/08/20/instalacion-de-gitlab-y-jenkins-en-una-misma-maquina-error-502/blog.naver.com/jang_delay/222058655324
Instalación de GitLab y Jenkins en una misma máquina – Error 502
He realizado la instalación de GitLab y Jenkins en la misma máquina, y me he encontrado con que GitLab ha dejado de funcionar apareciendo el mensaje “Whoops, GitLab is taking too much time to…
jotaerre.net
apt-get update apt-get install -y postfix http://내부ip주소/ gitlab-ctl reconfigure gitlab-ctl stop |
깃랩 설치 완료
젠킨스
apt update apt install openjdk-8-jre-headless wget https://pkg.jenkins.io/debian-stable/jenkins.io.key apt-key add jenkins.io.key
apt install -y jenkins systemctl status jenkins
|
젠킨스 설치 완료