Datahub frontend build is failing with below error...
# all-things-deployment
r
Datahub frontend build is failing with below error: version: v0.8.35 Any suggestions on this.
b
@orange-night-91387 any ideas..?
What type of machine are you working with?
o
Task with path 'datahub web reactcopyAssets' not found in project ':datahub-frontend'
This almost seems like an incorrect version of gradle? It's not respecting the module identifier
Is this a custom Docker build pipeline? Or are you just trying to build locally?
r
This is the same Dockerfile as on the official datahub project. This is running on a jenkins server. Machine is RHEL7 what should be the gradle version?
Also other datahub components Mae,mce and GMs are built fine but not frontend In the build output gradle version is 6.9.2
o
@incalculable-ocean-74010 RHEL 7.x strikes again
😭 1
We've had quite a few issues with CentOS/RHEL 7.x
6.9.2 is right, not sure why it's not respecting the module delimiter. Does the Jenkins machine do any special set-up? Or basically just:
Copy code
git clone <datahub>
<docker buildx command>
Have you customized the frontend or web-react differently from base?
r
Yes the pipeline does make some changes, Let me check the difference. I will let you know if i find anything. Thanks for pointing it.
Issue is resolved now. Problem is we are building datahub in an air-gapped environment for which we have created some static files. Things changed in datahub github but not our static files. We will redesign this pipeline to resolve this. Thanks for the help.
👍 1
😄
o
No problem! 😄