Publish Result
Published 22 August 2024
Publish Result
Description
A boolean value that tells Flyway whether or not to publish the result of your Flyway run to Flyway Pipelines. Set to false by default. See the Flyway Pipelines documentation here.
Note: Flyway Pipelines is currently in preview.
Usage
Commandline
./flyway -publishResult=true
TOML
[flyway]
publishResult = true
Environment Variable
FLYWAY_PUBLISH_RESULT=true