Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/flyway-runner-plugin
Adds Flyway as an build step in Jenkins
https://github.com/jenkinsci/flyway-runner-plugin
flyway jenkins jenkins-plugin
Last synced: 5 days ago
JSON representation
Adds Flyway as an build step in Jenkins
- Host: GitHub
- URL: https://github.com/jenkinsci/flyway-runner-plugin
- Owner: jenkinsci
- License: mit
- Created: 2016-03-24T03:29:11.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T05:50:33.000Z (about 1 month ago)
- Last Synced: 2025-01-30T04:24:53.590Z (11 days ago)
- Topics: flyway, jenkins, jenkins-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/flyway-runner/
- Size: 195 KB
- Stars: 14
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Flyway Plugin
[![Build Status](https://ci.jenkins.io/job/Plugins/job/flyway-runner-plugin/job/main/badge/icon)](https://ci.jenkins.io/job/Plugins/job/flyway-runner-plugin/job/main/)
[![Coverage](https://ci.jenkins.io/job/Plugins/job/flyway-runner-plugin/job/main/badge/icon?status=${instructionCoverage}&subject=coverage&color=${colorInstructionCoverage})](https://ci.jenkins.io/job/Plugins/job/flyway-runner-plugin/job/main)
[![LOC](https://ci.jenkins.io/job/Plugins/job/flyway-runner-plugin/job/main/badge/icon?job=test&status=${lineOfCode}&subject=line%20of%20code&color=blue)](https://ci.jenkins.io/job/Plugins/job/flyway-runner-plugin/job/main)
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/flyway-runner.svg)](https://plugins.jenkins.io/flyway-runner)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/flyway-runner-plugin.svg?label=changelog)](https://github.com/jenkinsci/flyway-runner-plugin/releases/latest)
[![GitHub license](https://img.shields.io/github/license/jenkinsci/flyway-runner-plugin)](https://github.com/jenkinsci/flyway-runner-plugin/blob/main/LICENSE.md)Adds Flyway as an available build step. See Flyway documentation at https://flywaydb.org/documentation/.
## Installation
Install the flyway-runner plugin.
Install flyway on the server where your job will run, including any database driver.## Configuration
Add your Flyway installation in Manage Jenkins -> Configure System.
Note that the jar file containing your database driver should be located in FLYWAY_HOME/lib.
Alternatively you may have Jenkins install flyway automatically from Maven central.
Once defined, you may select "Invoke Flyway" as the step for any Jenkins Job.Inspiration: https://github.com/prospero238/liquibase-runner