TryLib PHP 差异分析工具开源项目

我要开发同款
匿名用户2015年08月05日
36阅读
开发技术PHP
所属分类应用工具、文档/文本编辑
授权协议未知

作品详情

TryLib是简单的PHP库,帮助你生成工作副本之间的差异报告,发送到Jenkins,在最新代码分支上运行测试套件。

示例:

$ try -husage: try [options...] [subjob] [subjob] ...    -h, --help              Show help    -n, --diff-only         Create diff, but do not send to Hudson    -v, --verbose           Verbose (show shell commands as they're run)    -p, --patch ...         Path to patch file to use instead of generating a diff    -i, --patch-stdin       Read the patch from STDIN instead of a file    -s, --staged            Use staged changes only to generate the diff    -b, --branch ...        Remote branch to diff and try against [master]    -w, --whitelist ...     Generate the patch for only the whitelisted files    -c, --show-results      Show final try job results    -P, --show-progress     Print subtasks progressively as they complete    --extra-param ...       Extra parameters to send to jenkins - format key=value    -C, --callback ...      Callback string to execute at the end of the try run.Use ${status} and ${url} as placeholders for the try build status and urlExample: --callback 'echo "**Try status : [${status}](${url})**"'    --jenkinsjob ...        Master Job Name in Jenkins  [try]    --jenkinsjobprefix ...  Subjobs prefix              [try]    --jenkinsserver ...     URL to the jenkins server   [localhost:8080]    --wcpath ...            Working Copy Path           [.]

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论