Flyway Publish Result Setting
Published 15 January 2025
Description
Whether to publish the result of your Flyway run to Flyway Pipelines. See the Flyway Pipelines documentation here.
Note: Flyway Pipelines is currently in preview.
Type
Boolean
Default
false
Usage
Flyway Desktop
This can't be configured via Flyway Desktop, although it will be honoured.
Command-line
./flyway -publishResult=true
TOML
[flyway]
publishResult = true
Environment Variable
FLYWAY_PUBLISH_RESULT=true