https://github.com/jenkinsci/flyway-api-plugin
Jenkins Flyway API plugin
https://github.com/jenkinsci/flyway-api-plugin
api-plugin database
Last synced: 4 months ago
JSON representation
Jenkins Flyway API plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/flyway-api-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2023-11-24T11:31:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T05:20:04.000Z (5 months ago)
- Last Synced: 2025-01-30T04:24:26.810Z (4 months ago)
- Topics: api-plugin, database
- Language: Java
- Homepage: https://plugins.jenkins.io/flyway-api/
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Flyway API Plugin
[](https://ci.jenkins.io/job/Plugins/job/flyway-api-plugin/job/main/)
[](https://plugins.jenkins.io/flyway-api)
[](https://github.com/jenkinsci/flyway-api-plugin/releases/latest)
[](https://github.com/jenkinsci/flyway-api-plugin/blob/main/LICENSE.md)Flyway API Plugin
This plugin provides Flyway DB database migration for other plugins (https://github.com/flyway/flyway)
# Build
To build the plugin locally:
```
mvn -Dset.changelist clean install
```