简体   繁体   English

Oracle Github集成自动化

[英]Oracle Github Integration Automation

I wanted to check if there are any tools (preferably freeware) or scripts that can be used to automate/integrate the git with Oracle. 我想检查是否有任何工具(最好是免费软件)或脚本可用于将git与Oracle自动化/集成。 I'm looking for following features: 我正在寻找以下功能:

  1. Validate the code in Git against code in Oracle Schema. 针对Oracle Schema中的代码验证Git中的代码。 Git should match Oracle (production). Git应该与Oracle(生产)匹配。
  2. Send out mail alerts in case of discrepancies. 如有差异,请发送邮件警报。

Regards. 问候。

Regards. 问候。

You can write you own Git hooks in any scripting language (python, perl, bash, you name it) you fancy, to do what ever you like. 您可以根据自己的喜好用任何脚本语言(python,perl,bash等)编写自己的Git钩子 ,以完成自己喜欢的事情。 So yes: there are such tools. 是的,有这样的工具。 There is even a dedicated website on how to use and develop custom git hooks. 甚至还有专门的网站介绍如何使用和开发自定义git hook。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM