兰兰想的博客

脑海中的创意, 生活中的点滴
返回列表

ubuntu 14 install java 8 and jenkins

Tue Jun 30 2020 00:44:00 GMT+0800 (China Standard Time)


install java 8:

add-apt-repository ppa:openjdk-r/ppa
apt-get update
apt-get install openjdk-8-jdk
java -version

terminal output java version 1.8

install jenkins:

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

echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list

apt-get update
apt-get install jenkins

(may need change port /etc/default/jenkins) with cloudflare open port then config it on web, 8080 port as default

返回列表

相关文章

vc++ 2022 minimum or additional runtime missing the feature you are trying to use is in a network resource that is unavailable

阅读 12/4/2022, 2:12:00 PM

安卓手机屏幕没有显示 转移出数据的方法

阅读 12/13/2021, 10:00:00 PM

nodejs 直接升级(不影响当前正在运行程序)

阅读 12/11/2021, 9:03:26 PM

Open Graph Protocol(开放内容协议)

阅读 12/8/2021, 11:05:00 PM

pixel experience + magisk 支付宝刷脸

阅读 12/8/2021, 9:31:15 AM

IDEA SECTOR