简体   繁体   中英

Is there a way to run a SQL query within Jenkins against RDS (Oracle) without using SQL Plus Script Runner Plugin

Trying to find an easy way to run a simple SQL query against RDS(Oracle) using Jenkins. SQL Plus Script Runner Plugin for Jenkins is not an option due to not having the rights to install the plugin. Looking for a step by step.

Shot in the dark, you may be able to use the powershell cmdlet https://docs.aws.amazon.com/powershell/latest/reference/items/New-RDSDBInstance.html if you have the powershell plugin installed.

Use this method - https://aws.amazon.com/blogs/opensource/rds-code-change-deployment/ Storing credentials with secret manager and using them by Jenkins is good actually.

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