美文网首页
Jenkins安装

Jenkins安装

作者: 青年IT男 | 来源:发表于2018-08-28 23:46 被阅读0次

资源

资源名 IP 端口 hosts
Jenkins 192.168.3.29 8888 master

安装

首先进入官网https://jenkins.io进入dockshttps://jenkins.io/doc/pipeline/tour/getting-started/的* Getting started

Download and run Jenkins

  1. Download Jenkins.

  2. Open up a terminal in the download directory.

  3. Run java -jar jenkins.war --httpPort=8080.

  4. Browse to http://ip:8080.

  5. Follow the instructions to complete the installation.

在执行安装命令的时候负载控制台输出的秘密
接来进入浏览器输入http://ip:8080粘贴复制的秘密

1.png
选择插件来安装
2.png
这里我需要使用pipelines流水线作业选择所有pipelines相关插件
3.png
插件安装中...
4.png
创建账户
5.png
至此Jenkins安装完成
6.png

相关文章

网友评论

      本文标题:Jenkins安装

      本文链接:https://www.haomeiwen.com/subject/vgycwftx.html