feat(制品库优化): 获取制品列表时若制品来源于流水线需展示相关信息
raw类型制品上传时设置制品在Nexus的AssetId Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
573c97f4d9
commit
c271179b43
|
|
@ -487,6 +487,7 @@ public class PmsProductLibraryComponentServiceImpl implements IPmsProductLibrary
|
||||||
success += insertPmsProductLibraryComponent(pmsProductLibraryComponent);
|
success += insertPmsProductLibraryComponent(pmsProductLibraryComponent);
|
||||||
pmsProductLibraryComponents.set(i, pmsProductLibraryComponent);
|
pmsProductLibraryComponents.set(i, pmsProductLibraryComponent);
|
||||||
}
|
}
|
||||||
|
pmsProductLibraryAsyncService.syncNexusMavenRepoComponent(repo, pmsProductLibraryComponents);
|
||||||
return success > 0;
|
return success > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue