-
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{...}"
[JENKINS-57145] Reduce noisy logs when using withMaven inside a Docker container
Description |
Original:
withMaven issues the following warning message when used in a container: {noformat} [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" {noformat} This message is frightening and way too verbose if the pipeline properly integrates withMaven with "docker.image("...").inside{...}" |
New:
withMaven issues the following warning message when used in a container: {noformat} [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" {noformat} This message is frightening and way too verbose if the pipeline properly integrates withMaven with "docker.image("...").inside\{...\}" |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Fixed in 3.6.10