等峰也等你

博客园 首页 新随笔 联系 订阅 管理

Git 的集成

 

在 Jenkins 上构建从 Git 源码仓库拉取代码的任务时需要使用到 Git 插件

在执行job的机器上安装好Git

 

yum install git -y

下载 Git 插件

 
  1. 进入菜单 Dashboard -> 系统管理(Manage Jenkins) -> 插件管理(Manage Plugins)
  2. 在可选插件搜索 Git 找到 Git plugin 安装

配置全局工具

 
  1. 进入菜单 Dashboard -> 系统管理(Manage Jenkins) -> 全局工具配置(Global Tool Configuration)
  2. 找到 Git,点击新增
  3. 键入name 和 Path to Git executable 或者使用自动安装(对网络要求高)

Git 相关使用

 
  • 自由风格 job 中源码管理中 选择 Git
  • 在 Repositories 中配置 git 的 url,认证信息
  • 在 Branches to build 中设置构建的分支
  • 在 Additional Behaviours 中添加需要的个性化 ,比如检出到子目录

 

在构建过程中如果遇到占不到git目录参考:https://blog.csdn.net/weixin_40816738/article/details/90280863 配置从节点时git(default这里)输入git路径即可

posted on 2024-02-12 22:36  等峰也等你  阅读(66)  评论(0编辑  收藏  举报