Compare commits

..

No commits in common. "20a495c213893fff15747243d6e5d8a4f22207ff" and "4877a45c67277ac95aaf5038304b9a094b09aec2" have entirely different histories.

View File

@ -157,7 +157,7 @@ public class PipelineParser {
.collect(Collectors.toList());
if (checkNotEmpty(newPipelines)) {
pipelineService.updateAll(newPipelines);
pipelineService.updateAll(pipelines);
}
log.debug("Конец обработки старых пайплайнов");