I am having troubles accessing the /charts
directory in the build process of my microservice because it is located into a different, remote repository.
I am trying to pull off something like this in my Groovy script:
def chart_dir = "https://me@bitbucket.org/myteam/deployment.git/charts/"
But I am not finding helpful resources online, and I am not sure what are the best practices for this kind of configuration.