简体   繁体   中英

Jenkins to oracle

How to configure Jenkins to run Query (select, Update) on Oracle database,

  1. Is there any plugin available in Jenkins?
  2. Is there any easy way to write script in python?

Jenkins is a Continuous Integration (CI) tool. 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?

    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...

  2. Is there any easy way to write script in 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/

Plugin to run Sql on Oracle database in Jenkins:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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