美文网首页
springcloud in k8s jenkins 之 jdk

springcloud in k8s jenkins 之 jdk

作者: 阿东7 | 来源:发表于2018-11-03 10:04 被阅读0次
    访问http://192.168.56.60:8080
    image.png
    image.png

    maven插件安装

    1. 选择 “系统管理--->插件管理-->Available”


      image.png
    2. 选择maven插件


      image.png
    3. 选择安装<Install without restart>


      image.png

    github插件安装

    1. 选择 “系统管理--->插件管理-->Available”
    2. 选择github插件


      image.png
    3. 选择安装<Install without restart>

    复制项目插件安装

    1. 选择 “系统管理--->插件管理-->Available”
    2. 选择github插件


      image.png
    3. 选择安装<Install without restart>

    jdk配置

    1. 选择 "系统管理--->全局工具配置"
    2. 添加JDK


      image.png
      image.png
    3. 选择<save>

    maven配置

    1. 选择 "系统管理--->全局工具配置"


      image.png
    2. 选择<save>

    github配置

    1. 选择 "系统管理--->全局工具配置"


      image.png
    2. 选择<save>
    3. 选择 "系统管理--->系统设置"


      image.png
      image.png
    4. 配置连接 github
    • 登录github (http://github.com)
    • 选择 <Settings>


      image.png
    • 选择 <Developer settings>


      image.png
    • 选择<Personal access tokens>


      image.png
      image.png
    • 选择<Generate new token>


      image.png
    • 打钩<repo>


      image.png
    • 输入描述


      image.png
    • 选择<Generate token>创建token


      image.png
    • 复制token


      image.png
    • 回到jenkins


      image.png
    • 选择 <Add>
    • 输入github用户密码


      image.png
    • 选择<添加>
    • 再选择 <Add>,在<Secret>输入刚才在github上获取的token


      image.png
    • 选择<添加>
    • 测试连接github


      image.png
    • 选择<连接测试>


      image.png
      image.png
    • 选择<Save>


      image.png

    [目录] (https://www.jianshu.com/p/2a935d48b6da)
    spring cloud 工程创建
    在github上创建配置文件
    在centos7下安装docker
    docker私有仓库安装
    jdk git maven 安装
    jenkins 安装
    jenkins 之 jdk maven github 配置
    jenkins 之 job构建项目
    安装k8s
    部署springcloud in k8s
    springcloud in k8s 部署ingress - 简书

    相关文章

      网友评论

          本文标题:springcloud in k8s jenkins 之 jdk

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