docker run --detach \
--publish 8080:8080 \
--publish 50000:50000 \
--name jenkins \
--env JENKINS_SLAVE_AGENT_PORT=50000 \
--env JENKINS_OPTS="--prefix=/jenkins" \
--env JAVA_OPTS="-Dhudson.footerURL=https://cdn.chorke.org -Djava.util.logging.config.file=/var/jenkins_home/log.properties" \
--volume $JENKINS_HOME/jenkins2.235/jenkins_home:/var/jenkins_home \
jenkins/jenkins:2.235.3-lts-centos7
df -h
vcgencmd measure_temp
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
apt update
apt list --upgradable
apt install git/stable
apt install jenkins/binary
systemctl start jenkins
systemctl status jenkins
systemctl enable jenkins
/lib/systemd/systemd-sysv-install enable jenkins
vcgencmd measure_temp
df -h
cat /var/lib/jenkins/secrets/initialAdminPassword
ssh -L 8080:localhost:8080 [email protected]
http://localhost:8080