Pass maven settings to other runners (e.g. docker build) Follow
When building with maven, we can store the maven settings.xml in teamcity and it will get passed to maven build runners.
But what if there is a script that wraps maven? Currently a docker build (a multi-stage Dockerfile). Can we somehow get the reference to the maven settings to propagate it to such a step?
Please sign in to leave a comment.