Where are the appian objects on the file system?

I am interested in seeing if we can have multiple developers use their own dev environments and git.  Idea is that we can setup a repo that allows us to automatically track changes to changed objects from your own environment and push to git.

I know we can use patches of your changed stuff and push to git and have other people pull them down using AVM and ADM, but it would be easier to just setup git to track the objects changed.

  Discussion posts and replies are publicly visible

Parents Reply
  • We already have a huge application and many many plugins.  This is a very mature app and as we scale to multiple dislocated dev teams we need to accommodate a better branching and merging strategy than is feasible with patch>avm>branch>merge>adm>import.  We need to do this on a daily basis per developer with minimal impact to velocity.  Daily automated builds from git and regression testing (automated and manual) needs to occur off this code.

    Trying to figure out how to CI/CD and we have a full DevOps team who is well versed in traditional development practices.  Appian makes it much more difficult.

Children