You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a first step it maybe even sufficient to just provide the artifacts as is for proxied download.
Later ofc it would be nice if for instances zipped html test reports (e.g the gradle report) would be provided as an html page.
A link in the build log to the respective endpoint would be good.
When the endpoint receives a request, it searches for all assets in Nexus and displays them on screen
This is not going to be so easy, as there is no easy way to know in which repository artifacts are stored. The repository depends on the finish task parameters.
Currently it is tricky to see artifacts as one has to login to Nexus to be able to access them.
To simplify this, we could add an endpoint to the pipeline manager which would allow users to browse artefacts.
It would work something like the following:
The feature should be optional as the OpenShift proxy would not work in plain K8s clusters.
FYI @oalyman
The text was updated successfully, but these errors were encountered: