简体   繁体   English

詹金斯到甲骨文

[英]Jenkins to oracle

How to configure Jenkins to run Query (select, Update) on Oracle database, 如何配置Jenkins在Oracle数据库上运行Query(select,Update),

  1. Is there any plugin available in Jenkins? Jenkins有没有插件?
  2. Is there any easy way to write script in python? 有没有简单的方法在python中编写脚本?

Jenkins is a Continuous Integration (CI) tool. Jenkins是一个持续集成(CI)工具。 It is a development practice that requires developers to integrate code into a shared repository several times a day. 这是一种开发实践,需要开发人员每天多次将代码集成到共享存储库中。 Each check-in is then verified by an automated build, allowing teams to detect problems early. 然后通过自动构建验证每个签入,允许团队尽早发现问题。

  1. Is there any plugin available in Jenkins? Jenkins有没有插件?

    As far as i know, there are no plugins for the type of job you're looking for. 据我所知,你正在寻找的工作类型没有插件。 However, it does provide you a mechanism to run your own scripts by using various options present in Build section such as running a Win batch script, shell script, perl, python, ant commands etc... 但是,它确实为您提供了一种机制来运行您自己的脚本,使用Build部分中的各种选项,例如运行Win批处理脚本,shell脚本,perl,python,ant命令等...

  2. Is there any easy way to write script in python? 有没有简单的方法在python中编写脚本?

    If you understand the language well, then yes! 如果你理解语言,那么是的!

This link might be of some interest: http://176.34.122.30/blog/2009/05/18/continuous-integration-with-oracle-plsql-utplsql-and-hudson/ 这个链接可能有一些兴趣: http://176.34.122.30/blog/2009/05/18/continuous-integration-with-oracle-plsql-utplsql-and-hudson/http://176.34.122.30/blog/2009/05/18/continuous-integration-with-oracle-plsql-utplsql-and-hudson/

Plugin to run Sql on Oracle database in Jenkins: 在Jenkins的Oracle数据库上运行Sql的插件:

https://wiki.jenkins-ci.org/display/JENKINS/SQLPlus+Script+Runner+Plugin https://wiki.jenkins-ci.org/display/JENKINS/SQLPlus+Script+Runner+Plugin

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

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