Access to pull requests and versions from Curato Editor
Each pull request in the project "ep-curato" creates a prefix "pull-requests/<pr-id>/
" in the bucket "ep-curato-frontend-dev" with the PR-ID from Github.
Each master commit in the "ep-curato" project creates a prefix "versions/<jenkins-id>/
" in the "ep-curato-frontend-dev" bucket with the Jenkins build ID.
To get access to these PRs/versions, Cloudfront translates the hostnames to the S3 prefixes as follows:
- https://pr745.curato-test.ep.springtools.de/index.html -> s3://ep-curato-frontend-dev/pull-requests/745/index.html
- https://v1109.curato-test.ep.springtools.de/index.html -> s3://ep-curato-frontend-dev/versions/1109/index.html
How to find available PR versions?
How to find available Master-Commit-Versions
Why do I get this page (I expect a different result)
- This page is output when calling Cloudfront without a prefix (host): https://curato-test.ep.springtools.de/
- Or with a prefix that does not match "prNNN" or "vNNN". (Example: https://foo42.curato-test.ep.springtools.de/
- Or if there is a 403/404 (e.g. with a non-existing PR-ID or version-ID)
For details see Project-Page.