Jenkins 도입 (CentOS7)
구축시의 메모.
환경
· VirtualBox
・CentOS7.6(1810) minimal
 전제 조건
・firewall이 무효로 되어 있는 것
· root로 로그인 한 것
 건설
OpenJDK 설치
# yum -y install java-1.7.0-openjdk.x86_64
공개 키 가져오기
# wget -O /etc/yum.repos.d/junkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
# rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
Jenkins 설치
# yum -y install jenkins
Jenkins 시작 및 자동 시작 설정
# systemctl start jenkins
# systemctl enable jenkins
 동작 확인
http://[サーバIPアドレス]:8080/로 이동하여 페이지가 표시되는지 확인하십시오.
 
로그인 사용자는 admin로 초기 패스워드는 이하에서 확인한다.
# cat /var/lib/jenkins/secrets/initialAdminPassword
05545b6ab9b14f9aadbe879f4f572e6b
이상
                
                    
        
    
    
    
    
    
                
                
                
                
                    
                        
                            
                            
                            Reference
                            
                            이 문제에 관하여(Jenkins 도입 (CentOS7)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
                                
                                https://qiita.com/zunyamasan/items/298dbc7bf46df4fe8a0d
                            
                            
                            
                                텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                            
                            
                                
                                
                                
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                            
                            
                        
                    
                
                
                
            
・firewall이 무효로 되어 있는 것
· root로 로그인 한 것
건설
OpenJDK 설치
# yum -y install java-1.7.0-openjdk.x86_64
공개 키 가져오기
# wget -O /etc/yum.repos.d/junkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
# rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
Jenkins 설치
# yum -y install jenkins
Jenkins 시작 및 자동 시작 설정
# systemctl start jenkins
# systemctl enable jenkins
 동작 확인
http://[サーバIPアドレス]:8080/로 이동하여 페이지가 표시되는지 확인하십시오.
 
로그인 사용자는 admin로 초기 패스워드는 이하에서 확인한다.
# cat /var/lib/jenkins/secrets/initialAdminPassword
05545b6ab9b14f9aadbe879f4f572e6b
이상
                
                    
        
    
    
    
    
    
                
                
                
                
                    
                        
                            
                            
                            Reference
                            
                            이 문제에 관하여(Jenkins 도입 (CentOS7)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
                                
                                https://qiita.com/zunyamasan/items/298dbc7bf46df4fe8a0d
                            
                            
                            
                                텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                            
                            
                                
                                
                                
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                            
                            
                        
                    
                
                
                
            
# yum -y install java-1.7.0-openjdk.x86_64
# wget -O /etc/yum.repos.d/junkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
# rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
# yum -y install jenkins
# systemctl start jenkins
# systemctl enable jenkins
http://[サーバIPアドレス]:8080/로 이동하여 페이지가 표시되는지 확인하십시오.
로그인 사용자는
admin로 초기 패스워드는 이하에서 확인한다.# cat /var/lib/jenkins/secrets/initialAdminPassword
05545b6ab9b14f9aadbe879f4f572e6b
이상
Reference
이 문제에 관하여(Jenkins 도입 (CentOS7)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/zunyamasan/items/298dbc7bf46df4fe8a0d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                                
                                
                                
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)