0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Raspberry Pi 2 Model BにJenkinsをインストールする

0
Last updated at Posted at 2017-07-01

環境

  • Raspberry PI 2 Model B
  • RASPBIAN JESSIE LITE (2017-06-21)

インストール

wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -

sudo apt update
sudo apt install jenkins

設定変更

# remoteからアクセスするために
HTTP_HOST=0.0.0.0

# reboot
sudo systemctl restart jenkins

参照

http://www.duskborn.com/installing-jenkins-on-raspberry-pi-2/
https://pkg.jenkins.io/debian-stable/
http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-apt-debian

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?