We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Developers, we have following problem: same reana.yaml doesnot run hosted on different git repos.
digging more in logs we can see:
2024-11-11 16:06:58,648 | root | uWSGIWorker4Core3 | ERROR | Traceback (most recent call last): File "/code/./reana_server/rest/launch.py", line 167, in launch fetcher = get_fetcher(url, tmpdir, specification) File "/code/./reana_server/fetcher.py", line 514, in get_fetcher raise ValueError("Cannot handle given URL") ValueError: Cannot handle given URL
current server image: reanahub/reana-server:0.9.5-alpha.2
Any assistance would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Hello @arm2arm ,
The GitLab instances allowed to be used with the launcher are:
secrets.gitlab.REANA_GITLAB_HOST
What value is set as secrets.gitlab.REANA_GITLAB_HOST in the Helm values? Could you double check whether it is set to gitlab.aip.de?
gitlab.aip.de
Question: do you need to support more than one additional GitLab instances, other than gitlab.com and gitlab.cern.ch?
Sorry, something went wrong.
Related issue: reanahub/reana-server#603
No branches or pull requests
Dear Developers, we have following problem: same reana.yaml doesnot run hosted on different git repos.
https://reanadev2.aip.de:30443/launch?url=https://gitlab.aip.de/akhalatyan/reanademo
same error with branches:
https://reanadev2.aip.de:30443/launch?url=https://gitlab.aip.de/akhalatyan/reanademo/-/tree/tester
but URL: https://reanadev2.aip.de:30443/launch?url=https://gitlab.aip.de/akhalatyan/reanademo.git
running as expected.
digging more in logs we can see:
Works as expected: https://reanadev2.aip.de:30443/launch?url=https://github.com/arm2arm/reana-demo/tree/tester
current server image: reanahub/reana-server:0.9.5-alpha.2
Any assistance would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: