An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Jenkins Flyway API Plugin

[![Build Status](https://ci.jenkins.io/job/Plugins/job/flyway-api-plugin/job/main/badge/icon)](https://ci.jenkins.io/job/Plugins/job/flyway-api-plugin/job/main/)
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/flyway-api.svg)](https://plugins.jenkins.io/flyway-api)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/flyway-api-plugin.svg?label=changelog)](https://github.com/jenkinsci/flyway-api-plugin/releases/latest)
[![GitHub license](https://img.shields.io/github/license/jenkinsci/flyway-api-plugin)](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
```