Skip to content

harness-community/drone-liquibase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-liquibase

Overview

A Drone plugin for Liquibase built on top of liquibase/liquibase official docker image for database schema version control and change management

Supported tags and respective Dockerfile links

  • latest

How to use this image

docker run --rm -v <PATH TO CHANGELOG DIR>:/liquibase/changelog
-e PLUGIN_LIQUIBASE_URL="jdbc:sqlserver://<IP OR HOSTNAME>:1433;database=<DATABASE>;"
-e PLUGIN_LIQUIBASE_CHANGELOG_FILE=com/example/changelog.xml
-e PLUGIN_LIQUIBASE_USERNAME=<USERNAME>
-e PLUGIN_LIQUIBASE_PASSWORD=<PASSWORD>
-e PLUGIN_SEARCH_PATH='/liquibase/changelog'
-e PLUGIN_COMMAND='update'
harnesscommunity/drone-liquibase:latest

PLUGIN_COMMAND: This specifies the liquibase command to run. The above example runs the liquibase update command

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages