Repository API incomplete?

0
Hi,   We are looking to set up a CI/CD pipeline using the Mendix Build and Repository API's. We are using Git for our apps.   We are running into a bit of a snag: in order for to start building a package with the Build API, you need a revision number (the revision hash, since we are using Git).  Because we are using Git, we cannot use the TeamServer API (which neatly provides revision numbers), but we need to use the new Repository API. The repository API, however, does not provide a revision number anywhere in the details. This means we have no way of starting to build packages from the APIs because we are missing access to bit of vital information.   Are we missing something? Where can we find the revision hashes of commits in Git using APIs?
asked
0 answers