Peter Somogyi created YETUS-878: ----------------------------------- Summary: mvn-settings in docker mode is not working Key: YETUS-878 URL: https://issues.apache.org/jira/browse/YETUS-878 Project: Yetus Issue Type: Bug Affects Versions: 0.8.0 Reporter: Peter Somogyi
The --mvn-settings=<file> parameter does not work in docker mode. I used --mvn-settings="${WORKSPACE}/jenkins_m2_settings.xml and the file was available on that path, however, in the logs I found a WARN stating that the file is not found. {noformat} 11:47:09 --mvn-settings=/data/jenkins/workspace/hbase-pre-commit/jenkins_m2_settings.xml --project=hbase --plugins=all,-hadoopcheck,-xml --tests-filter=test4tests --proclimit=10000 --dockermemlimit=20g --jenkins 11:59:13 WARNING: /data/jenkins/workspace/hbase-pre-commit/jenkins_m2_settings.xml not found. Ignoring. {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)