I tried to configure Qodana to the Bitbucket pipeline for sending reports but I have an issue. in my project I used a private repo dependency to design my bitbucket pipeline for downloading my private repository dependency,I have a settings.xml file also but I am unable to send a report its show error like:_
023-11-30 12:12:13,422 [ 355983] SEVERE - #c.i.c.InspectionApplicationBase - Maven project Aggrr has unresolved artifacts: [com.instantsys.geocoder:geocoder:jar:2.4:compile, net.elmergarduno:j-calais:jar:0.2:compile, com.myjavatools:mjxml:jar:1.0:compile,
my current script is :
Hi Deepak and welcome to the community!
The error indicates an issue with your project configuration rather than a Pipelines error. Pipelines builds that run on Atlassian infrastructure use Docker containers.
You can use the following guide to debug your build locally with Docker, and fix and test any changes:
Since your build is using environment variables, please take note of the section Environment variables in that guide. The $BITBUCKET_CLONE_DIR variable is also not available locally, you can replace it with the path in the container where the repo is located.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.