• Jenkins_第五关_系统管理(1)


    前面说过插件管理,这回说说 Global Tool Configuration 和 Global  Configuration;

    比较简单,通过几幅图基本上就能看懂。

    #version 1.0

    #注常见报错 

    1、Agent to master security subsystem is currently off.

      在,管理---Configure Global Security---最底部【√】Enable Agent → Master Access Control

    2、Tcp port for JNLP agents未开启。

      默认禁用,选择随机或者指定一个端口。

    一、 Global Tool Configuration

    1、maven 和 Jdk 

    2、 Git (别名可随意设置非中文)

    3、Ant 和 Maven

    d

    单机save保存配置。

    二、 系统设置(全局设置)

    1、设置家目录,默认/var/lib/jenkins/

    2、关联Gitlab的一些配置

    点击Add-->jenkins 或 先在 首页的”Credentials“选项建立好证书,然后选择就好。

    3、系统管理邮件

     

    4、ssh

    注:key 框里的内容的优先级 比 Path to key  的要高。如果两个都输入,私钥路径将会被忽略。

    Passphrase: 即使留空,保存后仍然会有一串点在这。测试时ssh密钥 没有设置密码。

  • 相关阅读:
    <c:forEach>详解
    JSP基本_JSTL
    鼠标显示效果的形状设置
    linux7.3+nginx1.1+tomcat8.5 搭建负载均衡
    安装zabbix
    Centos7 systemctl使用
    Centos7 yum安装 Lnmp以及Lamp
    Centos7 LAMP环境下安装zabbix3.0
    centos 7.0 搭建LAMP环境
    mysql 配置参数详解
  • 原文地址:https://www.cnblogs.com/woodman/p/6627672.html
Copyright © 2020-2023  润新知