You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this validator on a Bitbucket pipeline, but unfortunately, the build ends with the following error:
Error: Java SDK required at JAVA_HOME or in path to compile validation helper
Docker image is: node:10.15.3
I couldn't find a way to install java on the Bitbucket virtual machine. The error is thrown on the npm ci step when this dependency is tried to be installed.
Do you have any ideas on how to install java-sdk from the bitbucket-pipeline.yml file?
ps.
It's working perfectly on my machine (I have java-sdk installed on my computer)
Kind Regards,
Ivo
The text was updated successfully, but these errors were encountered:
Hi team,
Hope that you are well!
I am trying to use this validator on a Bitbucket pipeline, but unfortunately, the build ends with the following error:
Error: Java SDK required at JAVA_HOME or in path to compile validation helper
Docker image is: node:10.15.3
I couldn't find a way to install java on the Bitbucket virtual machine. The error is thrown on the npm ci step when this dependency is tried to be installed.
Do you have any ideas on how to install java-sdk from the bitbucket-pipeline.yml file?
ps.
It's working perfectly on my machine (I have java-sdk installed on my computer)
Kind Regards,
Ivo
The text was updated successfully, but these errors were encountered: