Re: Configuring build with maven 3.3.9

2017-09-19 Thread Marshall Schor
Thanks, Gav! That seemed to do the trick... -Marshall On 9/14/2017 6:28 PM, Gav wrote: > Hi, > > All of the 'Latest' options for 'Ant,Maven'Java' etc are configured to work > for both Linux and Windows, have been for a while. > > Maven 3.3.9 used to be 'Latest' until 3.5.0 was released when tha

Re: Configuring build with maven 3.3.9

2017-09-19 Thread Marshall Schor
Hi, Looks like there still may be a small issue.  Running our build on a Windows system now starts and runs, until it gets to an "integration test".   The integration test runs 'maven within maven"; we use it to test new maven plugins.    This test fails with the message: Maven invocation fa

Our new Jenkins Jobs fail always

2017-09-19 Thread Oliver B. Fischer
Dear all, Since some days I try to add a new Jenkins job for our project (TAMAYA) to builds.apache.org. But every new job I create fails. Even a copied job, the source job builds as expected, fails. It seems so that the VM during the build crashes. Here is the link to the working job and to

Re: Our new Jenkins Jobs fail always

2017-09-19 Thread Andrew Bayer
Try renaming it not to have spaces in the job name. On Tue, Sep 19, 2017 at 4:07 PM, Oliver B. Fischer wrote: > Dear all, > > Since some days I try to add a new Jenkins job for our project (TAMAYA) to > builds.apache.org. But every new job I create fails. Even a copied job, > the source job buil

(MXNet) Testing changes to the Jenkinsfile without merging to the repo.

2017-09-19 Thread Meghna Baijal
Hi All, I want to make some changes to the way PR builds are triggered on MXNet as discussed in another email thread ("Run PR builds on Apache Jenkins only after the commit is reviewed”) Currently, there is a “Multibranch Pipeline" job in Jenkins that is responsible for these MXNet builds. Thi

Re: (MXNet) Testing changes to the Jenkinsfile without merging to the repo.

2017-09-19 Thread Joan Touzet
Multibranch pipeline builds always use the Jenkinsfile in a specific branch when testing that branch. So, your changes to the Jenkinsfile pre-merge will only affect builds on that branch. Hopefully this is enough? You can always create a new multibranch pipeline build that has a filter on which br

Re: (MXNet) Testing changes to the Jenkinsfile without merging to the repo.

2017-09-19 Thread Meghna Baijal
Thanks Joan. That helps! Thanks, Meghna Baijal > On Sep 19, 2017, at 2:02 PM, Joan Touzet wrote: > > Multibranch pipeline builds always use the Jenkinsfile in a specific branch > when testing that branch. So, your changes to the Jenkinsfile pre-merge will > only affect builds on that branch. Ho

Re: Our new Jenkins Jobs fail always

2017-09-19 Thread Oliver B. Fischer
Thanks. To stupid. Now it works. Am 19.09.17 um 22:39 schrieb Andrew Bayer: Try renaming it not to have spaces in the job name. On Tue, Sep 19, 2017 at 4:07 PM, Oliver B. Fischer wrote: Dear all, Since some days I try to add a new Jenkins job for our project (TAMAYA) to builds.apache.org. Bu

Re: Our new Jenkins Jobs fail always

2017-09-19 Thread P. Ottlinger
Am 19.09.2017 um 22:39 schrieb Andrew Bayer: > Try renaming it not to have spaces in the job name. Thanks for the hint is there already filed a bug for that? I wouldn't think a space crashes the JVM or terminates its run. At work we use Jenkins1 with spaces in Job descriptions without any p

Re: Our new Jenkins Jobs fail always

2017-09-19 Thread Andrew Bayer
It's not Jenkins that's at issue here, it's something in the Maven setup of this particular project. A. On Tue, Sep 19, 2017 at 6:23 PM, P. Ottlinger wrote: > Am 19.09.2017 um 22:39 schrieb Andrew Bayer: > > Try renaming it not to have spaces in the job name. > > Thanks for the hint > is t