Re: [Log4j] Updating Jenkins pipelines

2020-04-05 Thread Ralph Goers
> On Apr 5, 2020, at 9:11 AM, Matt Sicker wrote: > > Seems like a bug in the config. I don’t think a DOAP file or a Jira report > needs to be generated for every module in the project. That seems to add a > lot of network calls which takes a bit of time. > True, and we don’t actually publish

Re: [Log4j] Updating Jenkins pipelines

2020-04-05 Thread Matt Sicker
Seems like a bug in the config. I don’t think a DOAP file or a Jira report needs to be generated for every module in the project. That seems to add a lot of network calls which takes a bit of time. On Sun, Apr 5, 2020 at 00:36 Ralph Goers wrote: > > > > On Apr 4, 2020, at 10:46 AM, Matt Sicker

Re: [Log4j] Updating Jenkins pipelines

2020-04-04 Thread Ralph Goers
> On Apr 4, 2020, at 10:46 AM, Matt Sicker wrote: > > I almost forgot: I still need to re-enable snapshot deployments. I'll > do that today. > > The nice advantage to this updated build is that we can start tracking > some of the quality metrics we've configured in the build. While most > of

Re: [Log4j] Updating Jenkins pipelines

2020-04-04 Thread Matt Sicker
Looking more closely at how the ASF Jenkins is set up, here are some nice findings: * Every Jenkins node comes with an .m2/settings.xml and .m2/toolchains.xml which have snapshot publishing and all versions of java defined respectively. * Email and Slack are already pre-configured to just send out

Re: [Log4j] Updating Jenkins pipelines

2020-04-04 Thread Matt Sicker
I almost forgot: I still need to re-enable snapshot deployments. I'll do that today. The nice advantage to this updated build is that we can start tracking some of the quality metrics we've configured in the build. While most of these metrics get published in the generated site (which takes a craz

Re: [Log4j] Updating Jenkins pipelines

2020-04-04 Thread Matt Sicker
I've copied the Jenkinsfile over to release-2.x. I've disabled the four existing Maven jobs in Jenkins and added links to the pipeline in their descriptions. Last thing remaining will be email notifications again, though I have that set up to ping #logging on the-asf Slack. Please let me know what

Re: [Log4j] Updating Jenkins pipelines

2020-04-03 Thread Matt Sicker
Small update: the URL can also be accessed directly through the job name rather than via the view: https://builds.apache.org/job/log4j/ Easy URL to remember, too. ;) On Fri, 3 Apr 2020 at 20:28, Matt Sicker wrote: > > I've deleted some old pipelines in Jenkins and am updating the one in > maste

[Log4j] Updating Jenkins pipelines

2020-04-03 Thread Matt Sicker
I've deleted some old pipelines in Jenkins and am updating the one in master to work properly. The job is located here: https://builds.apache.org/view/L/view/Logging/job/log4j/ This job will scan both the master and release-2.x branches to build Jenkinsfile pipelines. I'll copy over the Jenkinsfi