Build failed in Jenkins: brooklyn-master-build-docker-pipeline #89

2018-12-15 Thread Apache Jenkins Server
See -- [...truncated 49.86 MB...] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.p

Re: Build depends on Docker

2018-12-15 Thread Paul Campbell
+1 to only build docker image when profile is activated On Sat, 15 Dec 2018, 16:34 Geoff Macartney I'll go out on a limb here and suggest we disable it by default - let's go > with Alex's suggestion of a profile to build the image, with the default > build being NOT to build with that profile, so

Re: Build depends on Docker

2018-12-15 Thread Geoff Macartney
I've made a start on a PR for this, will try to get something out soonish, but can't do more on it tonight - off to a Christmas party! G On Sat, 15 Dec 2018 at 16:24 Geoff Macartney wrote: > I'll go out on a limb here and suggest we disable it by default - let's go > with Alex's suggestion of a

Re: Build depends on Docker

2018-12-15 Thread Geoff Macartney
I'll go out on a limb here and suggest we disable it by default - let's go with Alex's suggestion of a profile to build the image, with the default build being NOT to build with that profile, so you would have to do something like mvn clean install -DdockerImage to build the image. any +1s? O

Jenkins build is back to normal : brooklyn-master-build-docker #1153

2018-12-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : brooklyn-ui-master-docker #172

2018-12-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : brooklyn-server-master-docker #231

2018-12-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : brooklyn-dist-master-docker #157

2018-12-15 Thread Apache Jenkins Server
See

Build failed in Jenkins: brooklyn-master-build-docker #1152

2018-12-15 Thread Apache Jenkins Server
See -- [...truncated 47.59 MB...] line2 line3 , [{containsMatch=lin.1 lin.2}]) 2018-12-15 10:56:24,293 INFO - Supplier invoked for data [line1 line2 line3 ] 2018-12-15 10:56

Jenkins build is back to normal : brooklyn-client-master-docker #107

2018-12-15 Thread Apache Jenkins Server
See

[GitHub] tbouron closed pull request #275: Change git-wip-us.apache.org to gitbox.apache.org

2018-12-15 Thread GitBox
tbouron closed pull request #275: Change git-wip-us.apache.org to gitbox.apache.org URL: https://github.com/apache/brooklyn-docs/pull/275 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

Re: Build depends on Docker

2018-12-15 Thread Thomas Bouron
Hi Geoff, all. To recap what this is doing: it builds a docker image that launches Brooklyn. It actually wraps the RPM that maven builds, and packages that as a Docker image. Now, I merged this and when testing, I noticed[1] that the plugin used to build the docker image can be disabled with one o

Re: Brooklyn git -- git-wip-us GONE now gitbox or github

2018-12-15 Thread Thomas Bouron
I kept the Gitbox remote just in case. But I agree with you Geoff, we don't need another remote anymore. On Fri, 14 Dec 2018 at 22:57 Geoff Macartney wrote: > Do we even need to have a remote for git-wip-us any more? Now that we can > merge on Github I've removed the repo I had for merging PRs a

Re: Build depends on Docker

2018-12-15 Thread Alex Heneveld
It should have a mvn profile like rpm and the go cli IMO. The README in the master project describes these. Best Alex On Fri, 14 Dec 2018, 22:51 Geoff Macartney We added this in https://github.com/apache/brooklyn-dist/pull/118, but I > do > dislike having to have Docker to build Brooklyn. IMHO