Implementation Guidance for CI/CD Pipeline with Git Branching Strategy in VBS for DB objects
Hello members,
I am implementing a CI/CD pipeline for database objects using Oracle Visual Builder Studio and need guidance on establishing a structured development process with proper Git branching strategy and merge request workflows.
Current Setup:
- Using 3 separate jobs: Dev job spools controller.xml to Git, Test job picks and applies changes, Prod job also picks and applies changes
- Reference implementation based on youtube video by shay : https://www.youtube.com/watch?v=r6QqiT5EIRA
Specific Requirements:
- Git Branching Strategy Implementation:
- How to create and configure separate branches for each environment (development, test, production)
- Best practices for branch naming conventions and protection rules
Tagged:
0