Hello everyone,
I am trying to work with Ontology-as-Code in Foundry.
From the Ontology Manager, I selected “Ontology as Code Repo”, which initialised the core repository successfully.
However, when I attempted to perform Tag & Release, the process failed with an error related to downloading the Foundry CLI JAR file.
Error Summary
The release workflow attempts to download: foundry-cli-0.282.0.jar
but fails with: 404 Not Found
It also attempts to access a local path: .//foundry-cli-0.282.0.jar which does not exist.
Additional Details
The error message suggests:
-
The artifact could not be downloaded
-
The local fallback path is invalid
-
Possible misconfiguration of environment variables (e.g.,
JEMMA_TAG)
Context
-
Repo created via Ontology Manager → Ontology as Code Repo
-
Core repo initialised successfully
-
Running Tag & Release locally
-
No manual changes to release scripts
Any guidance on the proper workflow would be greatly appreciated.
Thank you!

