资源
资源名 | 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
-
Open up a terminal in the download directory.
-
Run
java -jar jenkins.war --httpPort=8080
. -
Browse to
http://ip:8080
. -
Follow the instructions to complete the installation.
在执行安装命令的时候负载控制台输出的秘密
接来进入浏览器输入http://ip:8080
粘贴复制的秘密

选择插件来安装

这里我需要使用pipelines流水线作业选择所有pipelines相关插件

插件安装中...

创建账户

至此Jenkins安装完成

网友评论