Langsung ke konten utama

Jenkins

Pull from Docker-Hub
  • To use the latest LTS: docker pull jenkins/jenkins:lts
  • To use the latest weekly: docker pull jenkins/jenkins
Build from Docker images
docker run -p 8080:8080 -p 50000:50000 -v jenkins_home:/var/jenkins_home --name jenkins --restart always jenkins/jenkins:lts

Check at
http://localhost:8080/ (Dashboard)
http://localhost:50000/ (Status)

Komentar