Please merge PR#1
o-liver opened this issue · 1 comments
o-liver commented
Hi,
I'm trying to build this application in a Jenkins pipeline using the SAP jenkins library, but I cannot get past the step of mtaBuild
which uses the ppiper docker image mta-archive-builder from SAP available on Dockerhub, which in turn uses the mta archive builder v1.1.19.
But I'm getting the error message:
npm ERR! Verification failed while extracting @sap/di.code-validation.xml@1.1.6:
npm ERR! sha512-[...] integrity checksum failed when using sha512: wanted sha512-[...] but got sha512-[...]. (1106669 bytes)
Finally I solved it by using patch-1
branch from @avizov. Could you please merge his PR so that your application builds?
Thank you and kind regards,
Oliver
o-liver commented
Done