Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/391
@drigodwin the jenkins build failed because it hung while executing
`org.apache.brooklyn.camp.brooklyn.DslAndRebindYamlTest.testDslAttributeWhenReady()`.
I believe I fixed that in
https://github.com/apache/brooklyn-server/pull/387, in this commit:
```
Fix cancelling of BrooklynDslDeferredSupplier
DslAndRebindYamlTest was hanging - we were waiting for all tasks of that
entity to complete. However, the ValueResolver had kicked off a sub-task
which was then left running.
```
Unfortunately that PR is not merged yet. I'll take a look at
https://github.com/apache/brooklyn-server/pull/387, for what it takes to get
that merged.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---