Guided Tour

This guided tour will use the "standalone" Jenkins distribution which requires a minimum of Java 7, though Java 8 is recommended. A system with more than 512MB of RAM is also recommended.

  1. Download Jenkins.

  2. Open up a terminal in the download directory and run java -jar jenkins.war

  3. Browse to http://localhost:8080 and follow the instructions to complete the installation.

  4. Many Pipeline examples require an installed Docker on the same computer as Jenkins.

注意:

1 java -jar jenkins.war

Jenkins initial setup is required. An admin user has been created and a password generated
Please use the following password to proceed to installation:

ff775c2fa1614e9bb3d86facb6b08e27

This may also be found at: C:\Users\Administrator\.jenkins\secrets\initialAdminPassword

上面紫红色部分是一个默认的用户; admin / ff775c2fa1614e9bb3d86facb6b08e27  这个用户的密码是不可修改的

2 如果向卸载jenkins,直接将.jenkins文件删除掉

3 打开localhost:8080后,会提示要求安装一些插件(要联网,我这里选择建议安装插件)

4 图为并茂的一篇博客 http://www.cnblogs.com/zhanggui/p/6227832.html

最新文章

  1. CSS基础-插曲
  2. ubuntu auto install update
  3. Struts-1和2的比较
  4. D3.js 其他选择元素方法
  5. Object类、包装类、内部类详解
  6. 在 mvc 中使用下拉列表
  7. .NET开源工作流RoadFlow-系统布署中常见错误及处理方法
  8. QT5中如何自定义窗口部件
  9. 搞一个app需要多久?
  10. 动态插入图片到 svg 中
  11. ASP.NET之Application、Session和Cookie的差别
  12. 【cocos2d-x不要在生产白片步骤】第二项:制作Block分类
  13. hdu_5800_To My Girlfriend(变种背包)
  14. DAY2-java对你有点好感2018-1-10
  15. Redis数据过期和淘汰策略详解(转)
  16. IO_ADDRESS()的实现【转】
  17. 记录下本地修改php版本的过程, 本地PHP目录位置,PHP-FPM目录位置
  18. Http Header 之 Requests Header 和 Responses Header
  19. ajax请求正常,返回json格式,后台没问题,浏览器500
  20. [pat]A1072 Gas Station

热门文章

  1. Nginx和Apache服务器上配置反向代理
  2. 多段图动态规划dp
  3. SpringBoot服务监控
  4. Python + selenium之组织unittest单元测试用例
  5. 清理winsxs文件夹(系统更新文件)的第三方工具
  6. SAP云平台的Document Service
  7. 用Python计算最长公共子序列和最长公共子串
  8. SC || 解决在git中上传过大文件的问题(如何将提交过的彻底删除
  9. 禅与 Objective-C 编程艺术(Zen and the Art of the Objective-C Craftsmanship)
  10. 20180901 JavaScript闭包和匿名函数自动调用