Add commitSha to commonReverseEngRequest in REModuleService
This commit is contained in:
@@ -30,6 +30,7 @@ public class REModuleService {
|
|||||||
commonReverseEngRequest.setApplicationProjectName(gitInfo.getProjectName());
|
commonReverseEngRequest.setApplicationProjectName(gitInfo.getProjectName());
|
||||||
commonReverseEngRequest.setApplicationVersion(gitInfo.getApplicationVersion());
|
commonReverseEngRequest.setApplicationVersion(gitInfo.getApplicationVersion());
|
||||||
commonReverseEngRequest.setDeleteExistingData(apolloParseRequestDTO.isDeleteExistingData());
|
commonReverseEngRequest.setDeleteExistingData(apolloParseRequestDTO.isDeleteExistingData());
|
||||||
|
commonReverseEngRequest.setCommitSha(gitInfo.getCommitId());
|
||||||
|
|
||||||
gitInfo.getCodeTypes().forEach(codeType -> {
|
gitInfo.getCodeTypes().forEach(codeType -> {
|
||||||
if(codeType.getType().equalsIgnoreCase("java")){
|
if(codeType.getType().equalsIgnoreCase("java")){
|
||||||
|
|||||||
Reference in New Issue
Block a user