Re: Java 11 as minimum? (Jetty 9.4.x EOL)

2022-01-04 Thread Matt Sicker
and other projects that access JDK internals). — Matt Sicker > On Jan 4, 2022, at 09:34, Basil Crow wrote: > > On Mon, Jan 3, 2022 at 12:48 PM Mark Waite wrote: >> >> I think there are changes that are as yet undiscovered on the removal of >> Java 8 support. I beli

Re: How to re-sync credentials for publishing plugin updates?

2021-12-13 Thread Matt Sicker
The CD approach sounds good. I’ll look into that, thanks. — Matt Sicker > On Dec 13, 2021, at 15:13, 'Gavin Mogan' via Jenkins Developers > wrote: > >  > You shouldn't need to sync anything. Unless you're talking about syncing > artifactory and maven. > > I don't

How to re-sync credentials for publishing plugin updates?

2021-12-13 Thread Matt Sicker
Hey all, I was wondering what I needed to do to re-sync my credentials for publishing plugins, especially after changing my password? I’d like to cut a release of a plugin affected by CVE-2021-44228 (log4j-core). -- Matt Sicker -- You received this message because you are subscribed

Re: Feedback on some analysis I'm doing

2021-12-13 Thread Matt Sicker
Note that some plugins (like audit-log) use log4j-api due to slf4j-api not supporting non-String messages (e.g., audit log structured data messages, syslog metadata, etc.). Promoting logging APIs to an API plugin may require some care in implementation. Also, Jenkins' UI for recording and viewing

Re: Proposal: Changing the Contributor License Agreement Process

2021-11-08 Thread Matt Sicker
I think simplifying the ICLA process is a fantastic idea. It’s something I’d like to implement at Apache at some point, too. Reducing contributor friction is usually a great idea. Matt Sicker > On Nov 8, 2021, at 05:20, Mark Waite wrote: > >  > +1 from me. Thanks very mu

Re: 1Password tram for Jenkins passwords?

2021-11-02 Thread Matt Sicker
Definitely a good idea. Credentials sharing should always use a dedicated password management or vault style service. 1password is fairly easy to use, too. On Tue, Nov 2, 2021 at 4:42 AM Oleg Nenashev wrote: > > Hi all, > > 1Password launched a free offering open source teams: >

Re: Emeritus concept for Jenkins developers (was: Re: Proposal: Adding Basil Crow to the Jenkins Core maintainers team)

2021-09-23 Thread Matt Sicker
At Apache, emeritus status is typically requested by the individual. That might be hard to emulate here if some otherwise emeritus members of Jenkins aren't here to request emeritus. Some forms of active versus inactive members could be useful, though, for code review purposes and other

Re: Docker LTS image: issue with locale, should we rebuild?

2021-09-02 Thread Matt Sicker
Just like the Helm chart version doesn’t match exactly with the Jenkins version. A rebuilt image should use a new version, but it would help to use a naming scheme that doesn’t conflict with real Jenkins release versions. Matt Sicker > On Sep 2, 2021, at 08:59, Raul Arabaolaza wrote: >

Re: LTS backporting policy

2021-08-31 Thread Matt Sicker
Are there specific libraries we can list for safe upgrades? Like XStream, Jackson, Commons, etc, for common upgrades. I wouldn’t be super comfortable with a blanket policy, but for all our more stable ones, I think it’s a good idea. Matt Sicker > On Aug 31, 2021, at 09:01, wf

Re: Using JDK 11 instead of JDK 8 in default docker images

2021-08-11 Thread Matt Sicker
ith the platform do so with various publications and events. > > > > But the developers that use tools like git and Jenkins actually WILL be the > ones that are impacted if Jenkins won’t run (correctly) because the JRE is at > Java 8. > > > > I’ve heard of other platfo

Re: Using JDK 11 instead of JDK 8 in default docker images

2021-08-11 Thread Matt Sicker
Plus Java 17 comes out really soon. I can imagine that will inspire more projects to set Java 11 as a baseline. Definitely start planning since most people will probably be affected by some other dependencies well before they hit Jenkins. Matt Sicker > On Aug 11, 2021, at 09:18,

Re: Allowed licenses for libraries in Jenkins plugins?

2021-07-21 Thread Matt Sicker
I agree that security related dependencies should have an upstream security policy. Not every popular project bothers to file CVEs, either, especially solo projects that didn’t have any past CVEs. While GitHub’s vulnerability reporting feature has helped improve this somewhat, it’s still hit or

Re: ASM in core

2021-06-10 Thread Matt Sicker
I don't remember seeing formal docs about it, but I believe it was changed for two reasons: 1. Dependency simplifications in general. That's been an ongoing effort by multiple people, particularly in Jenkins Core. 2. ASM needs to be upgraded more often now that Java itself is released more often.

Re: Handle all paths under an Action

2021-06-06 Thread Matt Sicker
This sounds like getDynamic stuff. Look at DirectoryBrowserSupport for ideas. On Sun, Jun 6, 2021 at 12:50 Tim Jacomb wrote: > Hello > > Is there a way to handle all paths under a pattern in an Action (or > something else)? > > i.e. If I add an action 'GraphProxyAction' > > I would like to be

Re: Issues creating a ManagementLink on JDK 11

2021-05-29 Thread Matt Sicker
This looks like it needs the updates Basil has been working on: https://github.com/stapler/stapler/pull/225 On Sat, 29 May 2021 at 07:42, Ivan Fernandez Calvo wrote: > > Hi, > > I am moving some configuration I have (that is working) to a new section in > the Manage Jenkins. I've adapted the

Re: Discourse as the default communication channel?

2021-05-25 Thread Matt Sicker
., May 25, 2021, 6:52 a.m. Matt Sicker, wrote: >> >> I’ve never used Discourse outside of video games, but it seems easier to set >> up public communities on than Slack or other things we’ve tried here so far. >> While in theory I’d prefer something open like Matrix, I d

Re: Discourse as the default communication channel?

2021-05-25 Thread Matt Sicker
I’ve never used Discourse outside of video games, but it seems easier to set up public communities on than Slack or other things we’ve tried here so far. While in theory I’d prefer something open like Matrix, I do agree that we should try to minimize the number of services to maintain ourselves.

Re: GSoC 2021 - Please welcome Jenkins students!

2021-05-17 Thread Matt Sicker
Welcome, everyone! On Mon, May 17, 2021 at 18:06 Oleg Nenashev wrote: > Dear all, > > The GSoC 2021 projects have been announced by Google today. The Continuous > Delivery Foundation will have 6 projects this year, and five of them will > be focused on Jenkins. You can find all the projects

Re: Proposal: Open Governance - Tracking key action items/requests in GitHub Issues

2021-05-17 Thread Matt Sicker
I think it's a good idea. I'm a huge fan of asynchronous communications like that which make it easier for part time contributors to keep up to date. (Of course, I'm biased since that's what we do at Apache) On Mon, 17 May 2021 at 17:00, Oleg Nenashev wrote: > > Hi all, > > I would like to

Re: CDF Technical Oversight Committee - Jenkins project representative nominations

2021-05-01 Thread Matt Sicker
I second that nomination! On Fri, Apr 30, 2021 at 23:20 Rick wrote: > Hi the community, > > I’d like to nominate Oleg Nenashev to be the candidate of TOC. > > As we all know, he plays a very important role in the Jenkins community > for a long time. He contributed his time a lot. I only know a

Re: Native build of Jenkins CLI

2021-04-30 Thread Matt Sicker
I'd expect the improvements in startup time for certain commands will be useful at least. On Fri, 30 Apr 2021 at 17:07, Oleg Nenashev wrote: > > Just in case, do you have any performance metrics? I am not sure a native > build makes a huge difference w.r.t performance. > > Overall, it would be

Re: Using JDK 11 instead of JDK 8 in default docker images

2021-04-28 Thread Matt Sicker
A transition period using Java 11 Docker images with Java 8 compatibility would be useful IMO. On Tue, 27 Apr 2021 at 22:21, Raihaan Shouhell wrote: > > Perhaps removal of java 8 support should come with a bump in major version > number so jenkins 3.x and an announcement ahead of time. > >

Re: ANN - Jenkins Governance update (Marky Jackson)

2021-03-04 Thread Matt Sicker
v/EE3EA218-466C-48D8-9AEB-04C743307256%40gmail.com. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev

Re: Support for multi-cloud/account setups in Jenkins plugins

2021-02-12 Thread Matt Sicker
t, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/3e423f19-b3d1-4827-9881-b89d3b73b051%40www.fastmail.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received

Re: Jenkins Core and Plugins VS FIPS 140-2

2021-02-05 Thread Matt Sicker
rovider.BouncyCastleFipsProvider()); >> > } else { >> > Security.addProvider(new >> > org.bouncycastle.jce.provider.BouncyCastleProvider()); >> > } >> > >> > What do you think about that change? What you can suggest? >> > I can do pull

Re: Jenkins Core and Plugins VS FIPS 140-2

2021-02-05 Thread Matt Sicker
and will > be happy if someone will help with other projects. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to

Re: Has anyone implemented OpenTelemetry or similar observability APIs in Jenkins?

2021-01-26 Thread Matt Sicker
races to help debug >> issues they find. >> >> I looked at their Java library, and it seems to have an absurd amount >> of dependencies compared to a proper logging library (which has no >> required dependencies), but the gist of attaching traces and spans to >> requests

Re: 2021 priorities for Jenkins - Security

2021-01-25 Thread Matt Sicker
> > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussio

Re: Releasing JCasC support for ghprb-plugin

2021-01-25 Thread Matt Sicker
>> -- >> >> You received this message because you are subscribed to the Google Groups >> >> "Jenkins Developers" group. >> >> To unsubscribe from this group and stop receiving emails from it, send an >> >> email to jenkinsci-de.

Re: Connecting to an oauth2 protected API?

2021-01-25 Thread Matt Sicker
To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/42c25176-9205-434e-b3d2-d18cf66d257cn%40googlegroups.com. --

Re: Jenkins 3.x

2021-01-25 Thread Matt Sicker
stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/9d0ad61c-e63e-47d5-9034-1b648e002198n%40googlegroups.com. -- Matt Sicker Senior Software Engineer, Cl

Re: Releasing JCasC support for ghprb-plugin

2021-01-06 Thread Matt Sicker
subscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/CE90DAE5-AF7D-452E-BAAB-6DD82A6B0B5A%40gmail.com. > > -- > You received this message because you are subscribed to the Google Groups > "Jenki

Re: Return a map/value from a step in a pipeline build

2020-12-10 Thread Matt Sicker
> To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0o1KLdpNpWVarYoycm5v_hKBofXeVyyoYcTiN8JeRQDQ%40mail.g

Re: Core Baseline Java8 -> Java11?

2020-12-07 Thread Matt Sicker
Jetty 10 requires Java 11, so there’s one concrete reason to upgrade sometime. On Mon, Dec 7, 2020 at 13:14 Matt Sicker wrote: > Oh neat, that's good news! I hope they backport their ChaCha cipher > code, too, because that's still only supported by BouncyCastle > otherwise for Java

Re: Core Baseline Java8 -> Java11?

2020-12-07 Thread Matt Sicker
important > for HTTPS as well as for securing inbound remoting agents. > > FTR that should be available in recent OpenJDK releases. > https://bugs.openjdk.java.net/browse/JDK-8245466 > > > On Fri, 4 Dec 2020 at 16:35, Matt Sicker wrote: >> >> It may be important to

Re: Core Baseline Java8 -> Java11?

2020-12-07 Thread Matt Sicker
i-dev+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_DuuJ30tFYmFu2wRiU5n2%3DRpcrZHgivLEfDfrTQ3g1i5mrQ%40mail.gmail.com. > > -- > You received this message because you are subscribed to the Googl

Re: Core Baseline Java8 -> Java11?

2020-12-04 Thread Matt Sicker
gt; To unsubscribe from this group and stop receiving emails from it, send an >>> email to jenkinsci-de...@googlegroups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3Bic%3D266-%3DZPnSh6MAZ%2B8rtduOoo8

Re: Jenkins 3.x

2020-12-01 Thread Matt Sicker
Revapi is another great tool; we use it in Log4j2 nowadays after a couple releases accidentally introduced minor binary compatibility issues (but source compatible) in the logging API. On Tue, Dec 1, 2020 at 7:15 AM Ullrich Hafner wrote: > > > Am 30.11.2020 um 22:51 schrieb Matt Sicke

Re: Jenkins 3.x

2020-11-30 Thread Matt Sicker
.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0JZtW1x17eeUSVQzfAJgck08jVnfZ0%3DN4reZZ7RYx6fA%40mail.gmail.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Goo

Re: Future of Jenkins CLI apps: args4j vs. picocli or other CLI libs

2020-11-23 Thread Matt Sicker
. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/9447af42-6a78-4625-a23e-f8d18c4e1890n%40googlegroups.com.

Re: Jenkins BOM and base Jenkins version

2020-11-23 Thread Matt Sicker
scr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/f61faad1-4f67-4920-b68a-b75b4b124d64n%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to th

Re: NTLM Authentication

2020-11-18 Thread Matt Sicker
. >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this d

Re: Pullrequest for jenkinsci/trilead-ssh2 - who can help out

2020-11-13 Thread Matt Sicker
le Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/bb14b

Re: JEP-227 & JEP-228: request for assistance

2020-11-06 Thread Matt Sicker
ils from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjpdzMaZwiWzq22JxMRpKimNLXxW5Q8_CUO_%3DzvHtowQ4A%40mail.gmail.com. -- Matt Sicker Senior Software Engineer, Clo

Re: Log4j2 logger not working for jenkins plugin

2020-10-21 Thread Matt Sicker
console but it does not work >>>> > >>>> > Thanks, >>>> > Varun >>>> > On Wednesday, 21 October 2020 at 19:52:23 UTC+5:30 msi...@cloudbees.com >>>> > wrote: >>>> >> >>>> >> Are you using th

Re: Log4j2 logger not working for jenkins plugin

2020-10-21 Thread Matt Sicker
om this group and stop receiving emails from it, send an >> > email to jenkinsci-de...@googlegroups.com. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msgid/jenkinsci-dev/97b5066e-c2c3-48a4-b316-12152bf390cen%40googlegroups.com. >

Re: Log4j2 logger not working for jenkins plugin

2020-10-21 Thread Matt Sicker
subscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/97b5066e-c2c3-48a4-b316-12152bf390cen%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to t

Re: Availability of Oliver Gondža in late 2020 and onward

2020-10-20 Thread Matt Sicker
;> new additions. >> >> Mark Waite > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+uns

Re: [PROPOSAL] Unforking XStream

2020-10-13 Thread Matt Sicker
message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.go

Re: Request to adopt a plugin

2020-10-02 Thread Matt Sicker
oogle Groups >>>> "Jenkins Developers" group. >>>> To unsubscribe from this group and stop receiving emails from it, send an >>>> email to jenkinsci-de...@googlegroups.com. >>>> To view this discussion on the web visit >>>&

Re: Hacktoberfest: Plugin Development Lessons Learned & Best Practices

2020-08-28 Thread Matt Sicker
@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/df7c8aa0-2795-4e00-8856-d6656d110182n%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to th

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Matt Sicker
> To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/3f16a090-727d-42db-bbce-f39b11944477n%40googlegroups.com. --

Re: Password-like file parameter type?

2020-08-21 Thread Matt Sicker
o unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jenkinsci-dev/pr04Pf-p89U/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> jenkinsci-dev+unsubscr...@googlegroups.com. >> To view this discussion on the web visit &

Re: What makes Credential Parameter special that it can be used in Bind area?

2020-08-21 Thread Matt Sicker
More info is in that doc elsewhere by the way such as the guide for exposing said UI: https://github.com/jenkinsci/credentials-plugin/blob/master/docs/consumer.adoc#providing-a-ui-form-element-to-let-a-user-select-credentials On Fri, Aug 21, 2020 at 10:38 AM Matt Sicker wrote: > > A

Re: What makes Credential Parameter special that it can be used in Bind area?

2020-08-21 Thread Matt Sicker
emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/31918aae-5e4e-46c8-ae39-6e80363d37a3n%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You rec

Re: Forked repositories in GitHub

2020-08-18 Thread Matt Sicker
5-06-new-from-satellite-2020-github-codespaces-github-discussions-securing-code-in-private-repositories-and-more/#discussions >>>>>> >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >

Re: Failing CI build for tuleap-oauth-plugin

2020-08-10 Thread Matt Sicker
velopers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CA%2Bb6JB9TtcG6RiW_R_bZNtq7K6iBKVUcWchENBV

Re: buildPlugin() now with Warnings NG and GitHub checks

2020-08-06 Thread Matt Sicker
from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/e8f770f1-a504-4139-bc51-5bb286739ca4%40www.fastmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/e8f770f1

Re: Proposal: Jenkins CDF Graduation July 28th

2020-08-05 Thread Matt Sicker
trength. >>>>>>>> >>>>>>>> I would like to propose that the Jenkins Community commit to >>>>>>>> graduating by the end of July, i.e. on July 28th 2020 at the CDF TOC >>>>>>>> meeting, we show how we've met the

Re: Proposal - Expanding the DockerHub admins team

2020-07-29 Thread Matt Sicker
ps.google.com/d/msgid/jenkinsci-dev/CAPfivLBiDZxaB3txQjmABX8t1_L4W2YY%3Dvg5G7C%2BX0vcPqfzsg%40mail.gmail.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this

Re: LTS baseline selection for the successor of 2.235

2020-07-29 Thread Matt Sicker
-dev/0B575C1E-06AD-4D04-BDA2-0424269AAB8F%40gmail.com >>>> <https://groups.google.com/d/msgid/jenkinsci-dev/0B575C1E-06AD-4D04-BDA2-0424269AAB8F%40gmail.com?utm_medium=email_source=footer> >>>> . >>>> >>> >>> >>> -- >>>

Re: Extension: Difference between Singleton and Describable/Descriptor pattern

2020-07-28 Thread Matt Sicker
opers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2uqO5b4AtriB5GmaduOL4a2RPqBOcyXE87gq

Re: Will JDK 8 supports RHEL4

2020-07-23 Thread Matt Sicker
ups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/3bf80338-b87f-4d39-9e40-5

Re: jenkins slave run in jdk 1.6

2020-07-23 Thread Matt Sicker
this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/633cc212-b2e0-4c5f-b45d-66a6be26d455n%40googlegroups.com. -- Matt Sicker Senior Software E

Re: modifying a @DataboundConstructor

2020-07-08 Thread Matt Sicker
;> https://groups.google.com/d/msgid/jenkinsci-dev/E316B1D7-CCBE-4BCE-A50C-E64A53A88E68%40gmail.com. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails

Re: ANN: Jenkins release artifacts uploads blockage on June 09, and a temporary downloads issue

2020-06-15 Thread Matt Sicker
send an email to >>> jenkinsci-de...@googlegroups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-dev/4547a00e-e223-4075-a2a1-9162b4634b5bo%40googlegroups.com. > > -- > You received this message because yo

Re: Terminology Updates

2020-06-15 Thread Matt Sicker
t; * amunizmartin.com >> * amuniz...@gmail.com > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubsc

Re: Terminology Updates

2020-06-12 Thread Matt Sicker
. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/e024d4a9-09e1-ff95-3bbc-a35d486e21ed%40cloudbees.com. > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developer

Re: RCA of memory conditions on Ubuntu EC2 agents on ci.jenkins.io causing test instability

2020-06-05 Thread Matt Sicker
oogle.com/d/msgid/jenkinsci-dev/CAPiUgVfTTqU65LN7iDo%2BMw5xPnCKFJfiTqq7kgcCtfXVMsN42w%40mail.gmail.com. > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop

Re: RCA of memory conditions on Ubuntu EC2 agents on ci.jenkins.io causing test instability

2020-06-05 Thread Matt Sicker
o view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1t-OO_xf4JC7ABZApepXSQ44P2SphF_8j0cf8FsZNU1A%40mail.gmail.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Google Groups

Re: Remote access API

2020-05-21 Thread Matt Sicker
l to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/e4cb9ec0-5bb8-4014-bb3a-428aab6d7ccc%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because yo

Has anyone implemented OpenTelemetry or similar observability APIs in Jenkins?

2020-05-06 Thread Matt Sicker
dependencies), but the gist of attaching traces and spans to requests/responses is fairly simple to implement. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Re: plugin parent 4.0

2020-04-20 Thread Matt Sicker
it, send an >>>>> email to jenkin...@googlegroups.com. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/jenkinsci-dev/545f5189-e38e-2147-d166-e6f8933916e4%40cloudbees.com. >>> >>> >>> -- &g

Re: [Proposal] Centralize chat on matrix

2020-04-15 Thread Matt Sicker
gree that's useful > > > Tim > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.co

Re: How to perform a plugin release to Jenkins Artifact Repository through Continuous Integration?

2020-04-14 Thread Matt Sicker
re subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to jenkinsci-dev+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >>

Re: Discussion: Jenkins Core Maintainer/Developer discussion channels

2020-04-08 Thread Matt Sicker
Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to jenkinsci-dev+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d

Re: Proposal: Public community-driven roadmap for the Jenkins project

2020-04-01 Thread Matt Sicker
added to the draft, but >>>> > I plan to follow-up on that during the proposal review. In the coming >>>> > weeks I am planning to reach out to Special Interest Groups, teams and >>>> > sub-projects so that they could contribute their roadmap

Re: Automating plugin release process via GitHub Actions

2020-03-27 Thread Matt Sicker
ubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/a799d799-6015-4252-8eb6-8d7f06a76609%40googlegroups.com. -- Matt

Re: Proposal: Public community-driven roadmap for the Jenkins project

2020-03-12 Thread Matt Sicker
v >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this disc

Re: Jenkins architecture

2020-02-27 Thread Matt Sicker
there, though the git repository one is a fundamental one as most Jenkins jobs need to pull data from somewhere continuously, and a git repository is a natural tool for that. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Google G

Re: Proposal: Jenkins Core PR reviewers team

2020-02-20 Thread Matt Sicker
t;>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/jenkinsci-dev/46d147a4-3f81-4eea-93ad-3a355329eb28%40googlegroups.com. >>>> >>>> -- >>>> You received this message because you are subscribed to the

Looking for potential weekend hackathon ideas

2020-02-20 Thread Matt Sicker
for a university-level audience. The students will range in skill levels and experience, so I'd like to have a bag of issues or features that span the complexity spectrum. [1]: https://www.hackillinois.org/ -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you

Re: JEP-225: Folder-based access control for any credentials provider

2020-02-14 Thread Matt Sicker
from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/242E58A5-AE65-416C-B8AD-33E9089046F5%40chriskilding.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You re

Re: PROPOSAL: Remove network discovery services

2020-01-31 Thread Matt Sicker
y suggest leaving UDP multicast to be used only for video streaming or the other goals it was originally designed for. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsub

Re: JENKINS-60897 - worth expanding into a JEP?

2020-01-29 Thread Matt Sicker
rs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/5758c026-29d1-4339-bb37-b5d5cb8507ca%40googlegroups.co

Re: Request to add Marky Jackson as YouTube and twitter admin

2020-01-20 Thread Matt Sicker
A4-40FF-8BDF-7191F469FF15%40gmail.com >> <https://groups.google.com/d/msgid/jenkinsci-dev/7020EAE9-FEA4-40FF-8BDF-7191F469FF15%40gmail.com?utm_medium=email_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkin

Re: Proposal: Implementing sensible fine grained permissions to allow an administer to securely delegate some aspects of jenkins configuration

2020-01-16 Thread Matt Sicker
That would assuage my concerns significantly. On Thu, Jan 16, 2020 at 3:43 AM Daniel Beck wrote: > > > > On Wed, Jan 15, 2020 at 9:00 PM Matt Sicker wrote: >>> >>> Plugins that contribute to the settings on on the Configure Jenkins page >>> shoul

Re: Happy Holiday

2020-01-15 Thread Matt Sicker
l. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on

Re: Proposal: Implementing sensible fine grained permissions to allow an administer to securely delegate some aspects of jenkins configuration

2020-01-15 Thread Matt Sicker
unds like a fairly onerous requirement for plugins. Based on the numerous published security advisories just around plugins not bothering with a permission check in the first place, this sounds like a fairly large hole. How could we mitigate that? On Wed, Jan 15, 2020 at 9:57 AM Matt Sicker wrote

Re: Proposal: Implementing sensible fine grained permissions to allow an administer to securely delegate some aspects of jenkins configuration

2020-01-15 Thread Matt Sicker
gt; https://github.com/mikecirioli/jenkins/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc >>> ) >>> >>> thanks, we look forward to discussion and feedback about this proposal! >>> >>> -mike cirioli >>> >>> -- > You received this messa

Re: ANN: Removal of old, unsupported agent protocols

2020-01-13 Thread Matt Sicker
ogle Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-

Re: [GSOC 2020 PROJECT IDEA] Jenkins distribution customize service

2020-01-08 Thread Matt Sicker
mail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAMM7nTFs-%3DeBOnFeTthXmViVzeBdbPCkNP%3DXn3Mq2-97zoFvQQ%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribe

Re: Jenkins Plugin Error

2020-01-06 Thread Matt Sicker
cribe from this group and stop receiving emails from it, send an >> email to jenkinsci-dev+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/41d6fcd1-7721-4191-b6a0-2e825fd575ee%40googlegroups.com. > > -

Re: Happy Holiday

2020-01-06 Thread Matt Sicker
ou are subscribed to the Google >>>>>> Groups "Jenkins Developers" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>>> an email to jenkin...@googlegroups.com. >>>>>> To view this discussion o

Re: Proposal: Official Docker Image maintenance team (Jenkins and Agents)

2019-12-10 Thread Matt Sicker
an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/d333d077-28bb-431f-9f5a-950440970429%40googlegroups.com. > > -- > You received this message because you are subscribed to the Google G

Re: Check if agent is running as a service

2019-12-06 Thread Matt Sicker
t, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/a1563dfd-f5f7-4e8a-9cc5-c0b46c322e82%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You rec

Re: How to restrict no of builder

2019-12-02 Thread Matt Sicker
95a267da-b7b4-45b4-9953-129330797a96%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send

Re: How to consume incrementals?

2019-12-02 Thread Matt Sicker
egroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/66ee9eef-f892-4adf-859d-c2ef2c0ed576%40googlegroups.com. -- Matt Sicker Senior Software Engineer, CloudBees -- You received this message because you are subscribed to the Google Gro

Re: Proposal: Jenkins Browser Support policy updates

2019-11-15 Thread Matt Sicker
; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7PtKGPEqv9gaVT%2BX%3DoXT%2Busp3RhA%3DfBgcHaWD0hrt8MPdaQ%

Re: 2019 Elections: voting is delayed

2019-10-28 Thread Matt Sicker
.com/d/msgid/jenkinsci-dev/c25c90d8-905a-49aa-a75a-d2575a6480fd%40www.fastmail.com >> <https://groups.google.com/d/msgid/jenkinsci-dev/c25c90d8-905a-49aa-a75a-d2575a6480fd%40www.fastmail.com?utm_medium=email_source=footer> >> . >> > > > -- > Zhao Xiaojie (Rick) > Bl

  1   2   >