### 참고 사이트 ###https://www.jenkins.io/doc/book/installing/linux/#red-hat-centos ### 설치 ### wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key yum install jenkins java-1.8.0-openjdk-devel systemctl daemon-reload systemctl start jenkins systemctl status jenkins