Ontology-as-Code repo — Tag & Release fails due to missing foundry-cli JAR (404)

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!

Hello, this should be fixed by upgrading to foundry-cli-0.283.0. You can do this by changing the CLI_VERSION to 0.283.0 in your .jemma/settings.sh hidden file

1 Like

Thanks, Ethan,

It worked.