-
Improvement
-
Resolution: Fixed
-
Minor
-
None
withMaven issues the following warning message when used in a container:
[withMaven] WARNING: "withMaven(){...}" step running within a container. Since the Docker Pipeline Plugin version 1.14, you MUST: [withMaven] * Either prepend the 'MVN_CMD_DIR' environment variable to the 'PATH' environment variable in every 'sh' step that invokes 'mvn' (e.g. "sh 'export PATH=$MVN_CMD_DIR:$PATH && mvn clean deploy' "). [withMaven] * Or use 'MVN_CMD' instead of invoking 'mvn'" (e.g. \"sh \'$MVN_CMD clean deploy\' \"). [withMaven] * Or use Takari's Maven Wrapper (e.g. "sh './mvnw clean deploy'") [withMaven] See "Pipeline Maven Plugin FAQ"
This message is frightening and way too verbose if the pipeline properly integrates withMaven with "docker.image("...").inside{...}"
Fixed in 3.6.10