Github user nakomis commented on the issue:

    https://github.com/apache/brooklyn-server/pull/276
  
    Manually tested successfully with the following YAML:
    
    ```
    name: Simple Netcat Server & Effector
    location: aws-ec2:eu-west-1
    services:
    - type: org.apache.brooklyn.entity.software.base.VanillaSoftwareProcess
      name: Simple Netcat Server
      launch.command: |
        echo hello | nc -l 4321 &
        echo $! > $PID_FILE
      brooklyn.config:
        effector.add.openPorts: true
    ```
    
    I'm getting a 404 from Jenkins when I try to look a the build failure - I 
think Jenkins only keeps the logs for so long. It also builds locally - @bostko 
can you do a force push on your branch to re-trigger the jenkins build


---
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.
---

Reply via email to