Jenkins之Windows通过msi进行安装(下)

简介: Jenkins之Windows通过msi进行安装(下)

Windows10中安装,系统会提示是是否安装当前.msi文件,确认无误,选择是即可,进行安装,

安装完成。

3.1.1、系统页面

通过.msi文件安装成功之后,点击【Finish】按钮后,Jenkins能自动跳转到对应的之前配置好的服务端口号请求页面http://localhost:8060

进入系统初始化页面

四、引导安装

4.1、安装插件

依据路径提示,获取到对应的管理员本机密码,点击下一步,对于新手默认选择安装推荐插件:

安装进度,

4.2、添加账户

添加第一个账户,记住用户名用户密码,下一步,效果如下:

保存并完成。

点击开始使用Jenkins,如果提示无法连接到Jenkins,实际上刷新页面即可,跳转到登录页面

4.3、登录系统

安装过程中,如果未设置系统服务运行账户时,Jenkins或创建对应默认账户,对应秘钥在目录文件C:\Windows\system32\config\systemprofile\AppData\Local\Jenkins\.jenkins\secrets\initialAdminPassword中,默认账户在同级目录users下的users.xml中,安装完成后,就包含账户admin,若已经设置账户,则根据设定的用户名和密码进行登录

<?xml version='1.1' encoding='UTF-8'?>
<hudson.model.UserIdMapper>
  <version>1</version>
  <idToDirectoryNameMap class="concurrent-hash-map">
    <entry>
      <string>admin</string>
      <string>xxxxxxxxxxxxxxxx</string>
    </entry>
  </idToDirectoryNameMap>
</hudson.model.UserIdMapper>

根据上述方式获取到的账户和密码,进行系统登录,此处以安装引导中添加的用户和密码进行登录

以上就是笔者,对 Jenkins 使用 msiWindows 中的安装操作流程。

五、参考链接

[1]官方文档:

https://www.jenkins.io/zh/doc/


相关文章
|
23天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
23天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
24天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
36 0
Windows 平台安装 MongoDB
|
27天前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
29 4
|
1月前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
52 2
|
1月前
|
JavaScript Windows
windows安装vue
windows安装vue
|
1月前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
83 3
|
14天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
19 0
|
23天前
|
Windows
安装Windows XP系统
安装Windows XP系统
|
1月前
|
Ubuntu Linux 开发工具
windows11安装WLS2+Ubuntu
windows11安装WLS2+Ubuntu