Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload mapping file to cloud storage #592

Closed
MaTriXy opened this issue Jun 13, 2019 · 3 comments
Closed

Upload mapping file to cloud storage #592

MaTriXy opened this issue Jun 13, 2019 · 3 comments
Labels
enhancement Indicates new feature requests

Comments

@MaTriXy
Copy link

MaTriXy commented Jun 13, 2019

Problem description

Publishing the artifacts does upload the mapping to the play store but if for some reason the file is gone - you can't recover and retrace issues

Potential solutions/workarounds

Allow optional mapping upload
Allow creating a copy of the file

@MaTriXy MaTriXy added the enhancement Indicates new feature requests label Jun 13, 2019
@SUPERCILEX
Copy link
Collaborator

SUPERCILEX commented Jun 14, 2019

I'm confused, we only consume the mapping file. It's located in app/build/outputs/mapping/release/mapping.txt and you can do whatever you want with it. We just upload it. Long term, I'd like to provide an API that lets you write custom publishing plugins, but I have no ETA for that.

@MaTriXy
Copy link
Author

MaTriXy commented Jun 14, 2019

I know its not consumed but if the build machine somehow reset the build or another build is triggered we lose the file.
So i thought we could have extra setting to allow keeping the file in cloud storage somewhere with versions.

@SUPERCILEX
Copy link
Collaborator

Yeah, that's out of scope for this plugin. Eventually, you'll be able to use our API to upload the files we process. Since it will be generalized and not specific to the mapping file, I'm going to close this issue. You can follow #583 to see progress on the generalized solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

2 participants