GitHub user aledsage opened a pull request:

    https://github.com/apache/brooklyn/pull/22

    Jenkins pipeline: fix `user.name`

    User 910 is unknown in the docker container, so `${id -un 910}` does not 
return a name. We don’t care what `user.name` it has, as long as there is one.
    
    Otherwise tests in 
`org.apache.brooklyn.location.jclouds.DefaultConnectivityResolverTest` fail 
because it didn't find a user name, so goes down a different code path to try 
to figure it out and set it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aledsage/brooklyn jenkins-pipeline-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn/pull/22.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 #22
    
----
commit c2a3f37518278c8a03c738f8ef1d4378fe628d3b
Author: Aled Sage <aled.sage@...>
Date:   2018-09-27T09:40:47Z

    jenkins: fix user.name in docker
    
    User 910 is unknown in the docker container, so 
    `${id -un 910}` does not return a name. We don’t 
    care what user.name it has, as long as there is one.

commit 5122c6d558465a6254c81fa7c1bcc6b959f6710d
Author: Aled Sage <aled.sage@...>
Date:   2018-09-27T09:41:07Z

    README: fix path to built karaf artifact

----


---

Reply via email to