Issue Type: Bug Bug
Affects Versions: current
Assignee: Michael Watt
Components: s3
Created: 20/Aug/14 12:42 AM
Description:

If I have a Multi-Configuration build ("myjob") with two axes (appFlavor: "Internal" or "External"; appVariant: "Prod" or "Debug") I get the following structure on S3:

jobs/appFlavor=Internal,appVariant=Prod,label=android/#/
jobs/appFlavor=External,appVariant=Prod,label=android/#/
jobs/appFlavor=Internal,appVariant=Debug,label=android/#/
jobs/appFlavor=External,appVariant=Debug,label=android/#/

I would like to see either:
jobs/myjob-appFlavor=Internal,appVariant=Prod,label=android/#/
jobs/myjob-appFlavor=External,appVariant=Prod,label=android/#/
jobs/myjob-appFlavor=Internal,appVariant=Debug,label=android/#/
jobs/myjob-appFlavor=External,appVariant=Debug,label=android/#/

or

jobs/myjob/appFlavor=Internal,appVariant=Prod,label=android/#/
jobs/myjob/appFlavor=External,appVariant=Prod,label=android/#/
jobs/myjob/appFlavor=Internal,appVariant=Debug,label=android/#/
jobs/myjob/appFlavor=External,appVariant=Debug,label=android/#/

I have two jobs with the same Axes/values, and I currently end up with collisions on S3 because the parent job name is not used in constructing the file key.

Project: Jenkins
Labels: s3 plugin multi-configuration
Priority: Major Major
Reporter: Sam Reisner
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to