Closed kasbah closed 3 years ago
As discussed in #39 and #40 Gitlab CI artifacts currently, kind of work, so much that I assumed they were supported. But:
https://glcdn.githack.com/openflexure/openflexure-microscope/-/jobs/artifacts/master/raw/builds/main_body_LS65.stl?job=STLs re-directs to https://gitlab.com/openflexure/openflexure-microscope/-/jobs/223115318/artifacts/raw/builds/main_body_LS65.stl
https://glcdn.githack.com/openflexure/openflexure-microscope/-/jobs/artifacts/master/raw/builds/main_body_LS65.stl?job=STLs
re-directs to
https://gitlab.com/openflexure/openflexure-microscope/-/jobs/223115318/artifacts/raw/builds/main_body_LS65.stl
so when I try and use URLs like that that grab the latest artifacts from the master branch I get CORS errors.
https://gl.githack.com/openflexure/openflexure-microscope/-/jobs/artifacts/master/raw/builds/main_body_LS65.stl serves a 404 and https://gl.githack.com/openflexure/openflexure-microscope/-/jobs/artifacts/master/raw/builds/main_body_LS65.stl?job=STLs serves the file :/
This could maybe be a more general issue around supporting query parameters?
Are there any other potential issues with supporting Gitlab CI artifacts that haven't been mentioned yet?
Hey. Just curious. Looks like gitlab has changed its URL format for job artefacts and it is possible to link them now?
Looks like it works now, yeah.
As discussed in #39 and #40 Gitlab CI artifacts currently, kind of work, so much that I assumed they were supported. But:
so when I try and use URLs like that that grab the latest artifacts from the master branch I get CORS errors.
This could maybe be a more general issue around supporting query parameters?
Are there any other potential issues with supporting Gitlab CI artifacts that haven't been mentioned yet?