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

持续集成Jenkins + robot framework + git

时间:2015-06-05 00:08:43      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:

Jenkins + robot framework + git持续集成

一、Jenkins安装插件

      进入系统管理—插件管理—可选插件下安装以下插件Git Client PluginGIT pluginGitHub API PluginGitHub pluginRobot Framework plugin

   安装完如下:

  技术分享

二、配置git Path

  进入系统管理—系统设置下。找到下面的位置。Path to Git executable一定要下git客户端安装路径的git.exe,而不是默认window C盘下的那个。

  技术分享

三、项目配置

  1. 连接远程库

    Repository URL:远程库地址

    Credentials:用户名/密码(Add添加)

    如图:

          技术分享

  2.执行脚本方式

   在“增加构建步骤”选择“Execute Windows batch command”,如图:

  技术分享

   

 

  3.生成统计报告

   在“增加构建后步骤”选择“Publish Robot Framework test results”,如图:

  技术分享

  技术分享

  统计报告大概是下面这个样子:

  技术分享

技术分享

 
绿色通道: 

持续集成Jenkins + robot framework + git

标签:

原文地址:http://www.cnblogs.com/Leo_wl/p/4553251.html

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