Re: All Windows nodes are failing (INFRA-16893/JENKINS-44334)

2018-08-13 Thread Robert Scholte
It is the way the pipeline plugin builds up the new Runtime to execute Maven. If you read the JENKINS issue, you'll recognize the issue. And it seems the Maven Project is one of the few using this pipeline plugin, no other project has complained about failing Windows jobs. Other (standard) Wi

Re: All Windows nodes are failing (INFRA-16893/JENKINS-44334)

2018-08-13 Thread Tibor Digana
This was fine before. Is it now Jenkins/Pipeline plugin issue or system issue? Why Linux is fine? On Mon, Aug 13, 2018 at 6:26 PM Robert Scholte wrote: > So that's what I've tried[1] > It solved the 'cmd', but resulted in the next missing command: mvn > Before going from one missing command to t

Re: [jenkins] How is asfMavenTlpStdBuild() defined?

2018-08-13 Thread Robert Munteanu
On Tue, 2018-07-24 at 21:03 +0200, Karl Heinz Marbaise wrote: > Hi Robert, > > On 24/07/18 15:04, Robert Munteanu wrote: > > Hi Karl Heinz, > > > > On Sat, 2018-07-21 at 00:15 +0200, Karl Heinz Marbaise wrote: > > > Hi Robert, > > > > > > On 20/07/18 21:48, Robert Munteanu wrote: > > > > Hi, > >

Re: All Windows nodes are failing (INFRA-16893/JENKINS-44334)

2018-08-13 Thread Robert Scholte
So that's what I've tried[1] It solved the 'cmd', but resulted in the next missing command: mvn Before going from one missing command to the other I decided not to go this way. Robert [1] https://gitbox.apache.org/repos/asf?p=maven-jenkins-lib.git;a=blobdiff;f=vars/asfMavenTlpPlgnBuild.groo

Re: All Windows nodes are failing (INFRA-16893/JENKINS-44334)

2018-08-13 Thread Tibor Digana
This was the problem on Windows last night: 'cmd' is not recognized as an internal or external command On Sun, Aug 12, 2018 at 12:44 PM Robert Scholte wrote: > Since a couple of days the builds on Windows nodes fail. > > Karl Heinz already created INFRA-16893[1] > After some digging it seems t