Minor : Fix pipelineWidget AUT failure (#20154)

This commit is contained in:
sonika-shah 2025-03-10 22:56:08 +05:30 committed by GitHub
parent fc8c6d9b02
commit d5e20efb8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,6 +215,7 @@ public class PipelineRepository extends EntityRepository<Pipeline> {
pipeline.getVersion(), pipelineStatus, storedPipelineStatus); pipeline.getVersion(), pipelineStatus, storedPipelineStatus);
pipeline.setPipelineStatus(pipelineStatus); pipeline.setPipelineStatus(pipelineStatus);
pipeline.setChangeDescription(change); pipeline.setChangeDescription(change);
pipeline.setIncrementalChangeDescription(change);
// Update ES Indexes and usage of this pipeline index // Update ES Indexes and usage of this pipeline index
searchRepository.updateEntity(pipeline); searchRepository.updateEntity(pipeline);