Hi,
I tried to do a sandbox app on bamboo and I got this error message:
Do you have any idea?
Thanks
Lucille
Hi,
I tried to do a sandbox app on bamboo and I got this error message:
Hi Lucile,
Developing apps requires some knowledge of Open OnDemand. You can find the documentation here:
https://osc.github.io/ood-documentation/latest/how-tos/app-development/interactive.html
My first suggestion is to check the forms.yml
file. You will find:
cluster: baobab
You need to replace it with the name of your cluster (bamboo
in your case).
I am also working on exporting our apps to a public GitLab repository to enable community contributions (pull requests).
Thanks Adrien,
I was not aware of this parameter. I fixed it and it works.
Thank you so much for the public GitLab! I look forward.