Track Deployments against Commit Ids
This article details out the feature of tracking deployments against commit id
Last updated
This article details out the feature of tracking deployments against commit id
Last updated
When a service is deployed in an environment, we can track the service version for the same. However, against that service's application component, there might be more than one commits in the code repository and it becomes challenging to track that the deployed version is against which commit id.
If you are using Jfrog as an artifactory, this feature will enable your users to track commit ids against the deployed application component and also monitor it post deployment.
If you are using any other artifactory than Jfrog, please reach out to us for getting the support for the same.
The underlying fundamental behind this feature is to tag the artefact created with property called "Commit Id". The following curl can be used to attach the commit id as a property manually against the artefact. Please note, use this curl only after you have uploaded the artefact.
In context of Dream11 who is already using Jfrog as an artefactory, this feature does not need any specific user intervention if the user is using jenkins job for creating the artifact. That means, if the artifact is being created by jenkins job, Odin will attach the property commit Id against the created artifact on its own.
With this feature at place, now users can see the commit id during the deployment in the following format: