'Flyway and Jenkins integration using location from github path
I want to integrate Jenkins and Flyway, and I did it successfully but now instead of choosing flyway scripts from /sql path, i want to look scripts from github path and then run flyway on that. Any help would be appreaciable
Solution 1:[1]
According to the flyway documentation it supports the following migration locations:
- Classpath
- Filesystem
- Amazon S3
- Google Cloud Storage
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Armen C |
