-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration
Simon Jahreiß edited this page Feb 1, 2017
·
9 revisions
This page and it’s subpages describe how to configure the plugin within your build script.
The plugin accepts a list of EnvironmentExtensions in the deployer closure.
build.gradle
deployer {
kubernetes { // <-- EnvironmentExtension
...
}
marathon { // <-- EnvironmentExtension
...
}
}