https://github.com/jenkinsci/flyway-api-plugin
Jenkins Flyway API plugin
https://github.com/jenkinsci/flyway-api-plugin
api-plugin database
Last synced: about 1 month 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 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T13:54:24.000Z (2 months ago)
- Last Synced: 2026-01-15T17:47:21.134Z (2 months ago)
- Topics: api-plugin, database
- Language: Java
- Homepage: https://plugins.jenkins.io/flyway-api/
- Size: 386 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
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
```