How to acess and edit build config ( build panel ) from plugin menu button?

Hello,

So that’s what I am trying to do:

I have this button ( Geppetto > Upload Bundle > {bundleName} ) that currently upload it to our staging server… I amm getting the path to the bundle hardcoded ( ./build/web-mobile/assets or ./build/jsb-link/remote ). It is common to have build on different location at least for android builds.

1 - How can I get the Build Path from the Build Panel ?

image

I have this button ( Geppetto > Set Ambient > Staging ) that currently change some config files on the project, but I would like that it also could change the PackageName from the build panel to br.com.geppetto.game-staging

2 - How can I change the PackageName property on the Build Panel?

image

Is there any documentation that could help me on this?