Back to index
Summary
Exports a plugin to a .zip file. You can use this file to import a plugin to another CloudBees CD/RO server.pluginNameStringrequiredThe name of the plugin. fileNameStringrequiredThe filename to which the export is done. downloadBooleanoptionalExport plugin file will be available to download. |
Usage
Perl
$cmdr->exportPlugin( "test-pluginName", # pluginName "test-fileName" # fileName # optionals );
ectool
ectool exportPlugin \ "test-pluginName" `# pluginName` \ "test-fileName" `# fileName` \ # optionals