码迷,mamicode.com
首页 > 其他好文 > 详细

Jenkins 搭建和使用

时间:2017-11-09 19:45:13      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:code   systemctl   无法   ref   salt   运维工具   oracle   dock   nbsp   

1.Jenkins 介绍

  自动化运维工具:saltstack、jenkins、等。因为他们的目标一样,为了我们的软件、构建、测试、发布更加的敏捷、频繁、可靠 
  如果运维对git不熟,是无法做自动化部署。因为所有的项目都受制于开发
  • Jenkins官网:https://jenkins.io/
  • Jenkins是Java编写的,所以需要先安装JDK,这里采用yum安装,如果对版本有需求,可以直接在Oracle官网下载JDK。
[root@jenkins yum.repos.d]# # cd /etc/yum.repos.d/
[root@jenkins yum.repos.d]#  wget http://pkg.jenkins.io/redhat/jenkins.repo
[root@jenkins yum.repos.d]#  rpm --import http://pkg.jenkins.io/redhat/jenkins.io.key
[root@jenkins yum.repos.d]#  yum install -y jenkins
[root@jenkins yum.repos.d]#  systemctl start jenkins
  • 新版本的jenkins为了保证安全,在安装之后有一个锁,需要设置密码之后才可以解锁
  • Jenkins Web访问地址:192.168.56.11:8080 
[root@jenkins ~]# cat /var/lib/jenkins/secrets/initialAdminPassword
a7f5628267214991922fe4bc196199f2

技术分享

技术分享

技术分享

 

Jenkins 搭建和使用

标签:code   systemctl   无法   ref   salt   运维工具   oracle   dock   nbsp   

原文地址:http://www.cnblogs.com/so-cool/p/7810813.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!