We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
deployer
deployer { kubernetes { // <-- EnvironmentExtension ... } marathon { // <-- EnvironmentExtension ... } }
The extension hierarchy looks like this
EnvironmentExtension | |___AuthExtension | |___TokenInitializer | |___SSLExtension