安裝Jenkinsjava
yum install -y java-1.8.0-openjdkgit
wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat/jenkins.repojson
rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key服務器
yum install -y jenkinsless
systemctl start jenkinsgoogle
ps aux |grep jenkinsspa
less /var/lib/jenkins/secrets/initialAdminPassword 獲取密碼3d
配置GitHub 服務器xml
Manage Jenkins >> Configure Systemblog