Jenkins

 

(20)
https://tutorialcrawler.com/ubuntu-debian/ubuntu-20-04%E3%81%ABjenkins%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95/

apt update
apt install default-jdk

wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | apt-key add -
sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'

apt update
apt install jenkins

systemctl enable jenkins
systemctl start jenkins

8080番ポートに接続

 

(10)
https://linuxize.com/post/how-to-install-jenkins-on-debian-10/

apt update
apt install default-jdk

wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | apt-key add -
sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'

apt update
apt install jenkins

systemctl enable jenkins
systemctl start jenkins

8080番ポートに接続

(7)

https://weblabo.oscasierra.net/jenkins-install-centos7/

yum -y install java-1.8.0-openjdk
curl -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 info jenkins
yum -y install jenkins
systemctl enable jenkins
systemctl start jenkins

8080番ポートに接続

(2019)
http://replication.hatenablog.com/entry/2019/01/04/204716

--1. Javaのインストール

--2. Jenkinsのインストール


8080番ポートに接続

※初期パスワードの場所
C:\Program Files\Jenkins\jenkins.err.log

※途中でエラー出たらリトライ