Re: Bookkeeper Jenkins job exhausting machine resources and failing

2018-05-23 Thread Sijie Guo
Thanks Sean. Will take a look! - Sijie On Wed, May 23, 2018 at 1:19 PM, Sean Busbey wrote: > Hi Bookkeeper folks! > > I just killed this bookkeeper job: > > https://builds.apache.org/job/bookkeeper_postcommit_master_java9/141/ > > My apologies for not giving prior notice, but it was causing fa

Bookkeeper Jenkins job exhausting machine resources and failing

2018-05-23 Thread Sean Busbey
Hi Bookkeeper folks! I just killed this bookkeeper job: https://builds.apache.org/job/bookkeeper_postcommit_master_java9/141/ My apologies for not giving prior notice, but it was causing failures on the sibling executor for the node (H28). Looking at the console, it seems to have exhausted all

Re: Automate Maven publish

2018-05-23 Thread Naveen Swamy
MXNet(https://github.com/apache/incubator-mxnet/tree/master/scala-package), we are incubating project. Looking to publish SNAPSHOTs to start with and then probably publishing release artifacts as well. The SNAPSHOT audience is beta users who want to pickup latest changes On Wed, May 23, 2018 at

Re: Automate Maven publish

2018-05-23 Thread Sean Busbey
which Project? Would you be publishing SNAPSHOTs or release artifacts? Who's the intended audience of the stuff that gets pushed? On 2018/05/23 12:14:35, Naveen Swamy wrote: > Hello all, > > I am looking to automate our package publish process to Nexus and Maven. > Our Project builds native c

Automate Maven publish

2018-05-23 Thread Naveen Swamy
Hello all, I am looking to automate our package publish process to Nexus and Maven. Our Project builds native code(C++) and Scala using Maven on different platforms(osx/linux-cpu/linux-gpu), currently its been very painful to perform this manually. We also want to move to continuous deployment and