Re: Jenkins build

2021-04-04 Thread Ralph Goers
Yes, I saw the mvn command. But I couldn’t figure out what logic to use to get it to only use Java 11 for Log4j master since this seems to be used for multiple builds. I can’t seem to find clear docs on all the variables or methods that are available to use in a groovy script. I admit to being a

Re: Jenkins build

2021-04-04 Thread Matt Sicker
Yeah, I can update it. I used a workaround a while ago with hard coded JDKs which probably has a simpler approach now. The mvn command is in the vars directory. On Sun, Apr 4, 2021 at 21:09 Ralph Goers wrote: > Matt, > > I just noticed that the build for Log4j 2 Master is failing. I guess you >

Jenkins build

2021-04-04 Thread Ralph Goers
Matt, I just noticed that the build for Log4j 2 Master is failing. I guess you must have modified the configuration a while ago. I had thought each project had their own Jenkins file but it appears they are all now sharing one in the logging-pipelines project. I took a look at that project but