Version Manager

Can someone just confirm my understanding of the following :
If I use the Version Manager to update source control - I'm able to import separate application zip files into the central repo, for instance AppA and AppB
However lets say I now want to deploy AppB into a new Appian env- I need to build a deployment package. however the BuildPackage function of the tool, seems to build a package containing all the Applications that are found within the central repo. Furthermore the Deployment tool, also doesn't have an option to only deploy individual app's as it only referes to the single zip created in the Version Manager.

OriginalPostID-248898

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    Hi Paul,
    BuildPackage action will include all files if you don't provide start hash and end hash. If I understand correctly, I can suggest you one thing, export a single application you want to deploy and add the contents to the repo with a commit message explaining about that specific application. Once done, note the start and end hashes of the specific application you have added, later use them to build a package for the specific application contents you are looking for.
    There is a clear documentation provided, please have a deep look. forum.appian.com/.../Deployment_Automation.html

    Hope this helps!
Reply
  • 0
    Certified Associate Developer
    Hi Paul,
    BuildPackage action will include all files if you don't provide start hash and end hash. If I understand correctly, I can suggest you one thing, export a single application you want to deploy and add the contents to the repo with a commit message explaining about that specific application. Once done, note the start and end hashes of the specific application you have added, later use them to build a package for the specific application contents you are looking for.
    There is a clear documentation provided, please have a deep look. forum.appian.com/.../Deployment_Automation.html

    Hope this helps!
Children