Recently our small application had a name change, I updated the artifacts configuration and push a new build.
Unfortunately when checking the build in the app, the diff between the previous name build and the new build is completely different because of the name change.
As a workaround I search and replaced the artifacts Database value.
Proposed solution
It would be good to provide a applicationName property, to keep it independently of the guessed name from artifacts configuration.
Another alternative would be providing an endpoint in the server to allow renaming the artifacts.
Problem
Recently our small application had a name change, I updated the
artifacts
configuration and push a new build.Unfortunately when checking the build in the app, the diff between the previous name build and the new build is completely different because of the name change.
As a workaround I search and replaced the
artifacts
Database value.Proposed solution
It would be good to provide a
applicationName
property, to keep it independently of the guessed name fromartifacts
configuration.Another alternative would be providing an endpoint in the server to allow renaming the artifacts.