DNG RPE - Publish Artifacts in a View with GC enabled
![]() Hi,
The documentation states the below format for publishing from project level views (note: NOT module views):
https://server:port/rm/publish/[artifact_format]?viewURI=id1&projectURI=id2
This doesn't work for a configuration enabled project area, even if I add the config.context parameter. I can't find anywhere where it's documented to publish a set of artifacts from a project view if you have GC enabled.
Documentation source:
|
Accepted answer
![]() Hi Glyn,
Please check if you url is correct, because it should be
https://server:port/rm/publish/[artifact_format]?viewURI=id1&projectURI=id2&oslc_config.context=
Other option is using
vvc.configuration
with stream URI as header parameter.
Glyn Costello selected this answer as the correct answer
Comments I hope that the
David,
True, I was thinking about Configuration-Context in header but I made a mistake. Both options with header and oslc_config.context work.
Ok, I tried again and it seemed to work, I think I may have not entered the ProjectURI correctly. either way working now. Thanks!
I've been on holiday and just got back so apologies for the delay in responding.
|