Possibility of deploying several plugins at once

Issue #53 new
Tormod Haugene created an issue

I have set up a build plan that collects several .jar files into it's artifact directory. In my deployment plan, all of these .jars gets downloaded using the Artifact Downloader - just as expected.

However, when I run the Bamboo CD plugin with the given list of .jars, only a single, arbitrary .jar gets deployed to my JIRA instance.

From what I understand, this CD plugin doesn't currently support deployment of several plugins at once (and looking through the source, adding this capability looks like quite a rewrite).

Anyhow, this limitation forces a high amount of duplication in our Bamboo task setup, which is quite unfortunate: instead of bundling the .jars in the build plan and process them as one, we have to duplicate the setup for each plugin for each of the remaining steps in the build plan and deployment project. Today, we have to version/deploy 15 plugins to each of our environments/customer servers manually.

Comments (1)

  1. Log in to comment