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番ポートに接続
- Windows Server
(2019)
http://replication.hatenablog.com/entry/2019/01/04/204716
--1. Javaのインストール
--2. Jenkinsのインストール
8080番ポートに接続
※初期パスワードの場所
C:\Program Files\Jenkins\jenkins.err.log
※途中でエラー出たらリトライ