Using Plugins#
Use the concourse plugins command to manage plugins.
Installation#
You can install plugins using a local plugin .zip package or by downloading from the the marketplace.
Install a local plugin package#
1 | |
Install a plugin from the marketplace#
1 | |
Installing multiple plugins#
Install all local plugin packages within a directory#
If one of the arguments given to the concourse plugin install command is a directory, all the plugin packages in that directory will be installed.
1 | |
Install multiple local plugin packages#
You can specify multiple local plugin packages as arguments to the concourse plugin install command.
1 | |
Install multiple plugins from the marketplace#
You can specify multiple marketplace plugin names as arguments to the concourse plugin install command.
1 | |
Invoking plugin methods#
Plugin methods are automatically added to the Concourse API and can be called from any driver using the invokePlugin method.
1 | |