Re: Jenkins Windows Nodes are moving!

2020-07-27 Thread Matt Sicker
Typo in my code sample: should be ${tool 'JDK 1.8 (latest)'} as the lib DSL is something else. On Mon, 27 Jul 2020 at 10:09, Matt Sicker wrote: > > Oh, well, since the tool locations still seem to be the same (they're > the same nodes after all), hard-coding the JAVA_HOME and PATH+MAVEN > environ

Re: Jenkins Windows Nodes are moving!

2020-07-27 Thread Matt Sicker
Oh, well, since the tool locations still seem to be the same (they're the same nodes after all), hard-coding the JAVA_HOME and PATH+MAVEN environment variables worked fine. I had initially tried using a toolchains.xml pointing to all the JDKs installed (well, from 8 to 14 at least) along with using

Re: Jenkins Windows Nodes are moving!

2020-07-27 Thread Gavin McDonald
Hi All, On Mon, Jul 27, 2020 at 4:48 PM Matt Sicker wrote: > FYI, the toolchains configFileProvider thing is only needed for > multi-JDK builds (like in Log4j). The withEnv is the important part > here. > Yes. we have our tool locations in Puppet to popuate the mappings of the JDKs, Maven and

Re: Jenkins Windows Nodes are moving!

2020-07-27 Thread Matt Sicker
FYI, the toolchains configFileProvider thing is only needed for multi-JDK builds (like in Log4j). The withEnv is the important part here. On Mon, 27 Jul 2020 at 09:47, Matt Sicker wrote: > > I was unable to get Maven to work using the tool DSL initially, but I > did manage to get it working with

Re: Jenkins Windows Nodes are moving!

2020-07-27 Thread Matt Sicker
I was unable to get Maven to work using the tool DSL initially, but I did manage to get it working with manual PATH setup: https://github.com/apache/logging-pipelines/blob/master/vars/mvn.groovy On Mon, 27 Jul 2020 at 05:54, sebb wrote: > > What software is installed on the Windows nodes? > > I

Re: [ci-builds] - New Project Folder requests

2020-07-27 Thread Xiangdong Huang
Hi, Can you please create a folder for IoTDB, with access for all committers? Many thanks. On 2020/07/18 10:12:40, Gavin McDonald wrote: > Hi All, > > The Migrations thread is getting a bit large, so please any > new requests for Project Folder requests please either open > a new INFRA jira t

Re: [ci-builds] GitHub credentials

2020-07-27 Thread Andor Molnar
I’m interested in this one too. Currently I’m using regular ‘Git’ source instead of GitHub to speed up branch discovery, but this way I cannot run builds against Pull Requests. Andor > On 2020. Jul 23., at 21:38, Zoran Regvart wrote: > > Hi builders, > I see some questions on this but not mu

Re: Multibranch build config with different JDK versions

2020-07-27 Thread Andor Molnar
Found it. I added ‘Build regular branches when change is detected’ globally and will see how it goes. Though it doesn’t explain for me why branches other than ‘master’ behave correctly and only master not. Andor > On 2020. Jul 27., at 11:37, Andor Molnar wrote: > > Hi Gav, > > Sorry I can

Re: Jenkins Windows Nodes are moving!

2020-07-27 Thread sebb
What software is installed on the Windows nodes? I was able to find a version of Maven -- 'latest' does not work -- however could not work out how to specify Java for Windows. This is for https://ci-builds.apache.org/job/Commons/job/commons-net-windows/ On Sat, 25 Jul 2020 at 14:39, Chris Thistle

Re: Multibranch build config with different JDK versions

2020-07-27 Thread Andor Molnar
Hi Gav, Sorry I cannot decrypt your message. :( Where can I find ‘Build Strategies’ section in a multi-branch setup? Andor > On 2020. Jul 26., at 13:11, Gavin McDonald wrote: > > Hi , > > On Sun, Jul 26, 2020 at 12:17 PM Andor Molnar wrote: > >> Hi, >> >> I’ve just set up the same config