GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-library/pull/160
jenkins: don't bind mount .m2
As per the recommendations from Apache Infra in INFRA-16417 (comments [1]
and [2]).
[1]
https://issues.apache.org/jira/browse/INFRA-16417?focusedCommentId=16452458&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16452458
[2]
https://issues.apache.org/jira/browse/INFRA-16417?focusedCommentId=16466275&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16466275
---
This will make then jenkins build a bit slower (downloading all of the .m2
cache each time), but should fix the permissions errors we've been seeing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-library fix-jenkins-build-m2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-library/pull/160.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #160
----
commit 83417d46821a1f5dcfc25b5da9dba05b29eafb79
Author: Aled Sage <aled.sage@...>
Date: 2018-09-24T15:11:43Z
jenkins: don't bind mount .m2
----
---