zhu894532094 发表于 2018-9-3 11:55:04

Jenkins installation-lfly的博客

  how to install Jenkins base docker:

[*]install docker, please refer below link: http://blog.51cto.com/737083/2066774
[*]sudo docker pull jenkins
[*]sudo docker run -p 80:8080 --name=jenkins -d "image>
[*]view the jenkins via web http://host_ip_address
[*]input password which is in /root/.jenkins/secrets/initialAdminPassword
[*]select the plugin you needed
[*]create one admin account

页: [1]
查看完整版本: Jenkins installation-lfly的博客