Add commitSha to commonReverseEngRequest in REModuleService

This commit is contained in:
sumedh
2024-10-22 20:10:40 +05:30
parent 6de22e6f0e
commit 52ba2e1577

View File

@@ -30,6 +30,7 @@ public class REModuleService {
commonReverseEngRequest.setApplicationProjectName(gitInfo.getProjectName());
commonReverseEngRequest.setApplicationVersion(gitInfo.getApplicationVersion());
commonReverseEngRequest.setDeleteExistingData(apolloParseRequestDTO.isDeleteExistingData());
commonReverseEngRequest.setCommitSha(gitInfo.getCommitId());
gitInfo.getCodeTypes().forEach(codeType -> {
if(codeType.getType().equalsIgnoreCase("java")){