GitHub user frogfather opened a pull request:
https://github.com/apache/brooklyn-client/pull/70
fix jenkins docker build
Jenkins build failed writing to /var/maven/.brooklyn
```
2018-09-27 18:58:15,450 INFO - TESTNG INVOKING CONFIGURATION: "Surefire
test" - @BeforeClass
org.apache.brooklyn.rest.client.BrooklynApiRestClientTest.setUp()
2018-09-27 18:58:15,875 INFO - Added external config supplier named
'brooklyn-demo-sample':
org.apache.brooklyn.core.config.external.InPlaceExternalConfigSupplier@545f80bf
ERROR: Unable to create cache directory:
/var/maven/.brooklyn/osgi/cache/Y2SkyHlG
ERROR: Error creating bundle cache.
java.lang.RuntimeException: Unable to create cache directory.
at
org.apache.felix.framework.cache.BundleCache.<init>(BundleCache.java:131)
at org.apache.felix.framework.Felix.init(Felix.java:692)
at org.apache.felix.framework.Felix.init(Felix.java:626)
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/frogfather/brooklyn-client fix_jenkins
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-client/pull/70.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 #70
----
commit 185a31c87f86dc2884f9038c748b910f018f4965
Author: frogfather <j.a.campbell@...>
Date: 2018-09-28T11:13:05Z
fix jenkins docker build
Jenkins build failed writing to /var/maven/.brooklyn
----
---