Re: Understanding Jenkins Core Vulnerabilities in plugin s

2022-02-22 Thread Niv Keidan
Thanks for the info, very helpful. And as to your question, no. Must be a coincidence. This has come up on our end by simply reviewing the current status. Cheers. On Tuesday, February 22, 2022 at 10:11:37 AM UTC+2 db...@cloudbees.com wrote: > On Tue, Feb 22, 2022 at 7:25 AM Niv Keidan wr

Understanding Jenkins Core Vulnerabilities in plugin s

2022-02-21 Thread Niv Keidan
Hello everyone. I am trying to understand the impact of Jenkins core security vulnerabilities on plugin usage. Lets do this with an example: I am running Jenkins 2.319.3 and using a plugin that has 2.277.4 defined as in its pom.xml. Am I exposed to the vulnerabilities in 2.277.4? Does it

Re: assistance with running test locally

2022-01-30 Thread Niv Keidan
cleaning did the trick, thank you On Friday, January 28, 2022 at 8:20:15 PM UTC Jesse Glick wrote: > On Fri, Jan 28, 2022 at 2:16 PM Niv Keidan wrote: > >> command: mvn -Dtest=hudson.model.NodeTest test > > > The exact same command works for me. Are you using JDK 8? Did yo

Re: assistance with running test locally

2022-01-28 Thread Niv Keidan
wrote: > Could you add more context? > > Which test? > Which repo? > > How are you trying to run it? > > On Fri, 28 Jan 2022 at 19:09, Niv Keidan wrote: > >> Hey guys, >> Working on a PR I am trying to run a single test l

assistance with running test locally

2022-01-28 Thread Niv Keidan
Hey guys, Working on a PR I am trying to run a single test locally and hitting this stack trace: org.jvnet.hudson.reactor.ReactorException: java.lang.IllegalArgumentException: Unable to inject class hudson.model.UserIdMapper at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:291) at

Re: not sure where to report issues with 2.319.2

2022-01-19 Thread Niv Keidan
My first PR to this project to fix this issue! :-) https://github.com/jenkinsci/jenkins/pull/6193 On Wednesday, January 19, 2022 at 4:38:45 PM UTC Niv Keidan wrote: > https://issues.jenkins.io/browse/JENKINS-67635 > > On Wednesday, January 19, 2022 at 4:05:52 PM UTC Niv Kei

Re: not sure where to report issues with 2.319.2

2022-01-19 Thread Niv Keidan
https://issues.jenkins.io/browse/JENKINS-67635 On Wednesday, January 19, 2022 at 4:05:52 PM UTC Niv Keidan wrote: > Thanks Mark, > I will open a ticket, but just so you guys know this IS an issue! > > A simple pipeline with "||" targeting *cloud* labels behaves differen

Re: not sure where to report issues with 2.319.2

2022-01-19 Thread Niv Keidan
ometimes. In 2.319.1, a single VM would spin up if possible. If not, the second label would try to spin up I am working on the ticket as we speak but I thought you guys would like to know. On Wednesday, January 19, 2022 at 1:27:30 PM UTC Mark Waite wrote: > On Wednesday, January 19, 2022 at 5:59

not sure where to report issues with 2.319.2

2022-01-19 Thread Niv Keidan
Hello, I am seeing an issue related to nodes not picking up jobs when pipeline labels include "||". I believe this is related to https://issues.jenkins.io/browse/JENKINS-67099. Where should I report this? Is this the right place? Thank you! -- You received this message because you are

programmatic links to most recent LTS RC war

2021-06-23 Thread Niv Keidan
Is there a link that always redirects to the most recent LTS RC ? I'm seeing the last RCs being made available from https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/jenkins-war/ and I know in the past we used http://mirrors.jenkins-ci.org/war-stable-rc/latest/ We use this to automate

Re: Custom Persistence For Plugin

2020-04-07 Thread Niv Keidan
, March 25, 2020 at 5:41:57 AM UTC+2, Jesse Glick wrote: > > On Tue, Mar 24, 2020 at 1:21 PM Niv Keidan > wrote: > > So first, we don't want all this redundant data to be saved (just flood > our cloud with transients is a valid solution...?? ) > > `transient` makes sense fo

Re: Custom Persistence For Plugin

2020-03-24 Thread Niv Keidan
not sound nice to us at all. Any thoughts? On Tue, Mar 24, 2020 at 6:54 PM 'Gavin Mogan' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > Why are you not pleased with it? What is it doing? What isn't it doing? > > On Tue., Mar. 24, 2020, 9:50 a.m. Niv Keidan, >

Custom Persistence For Plugin

2020-03-24 Thread Niv Keidan
Hello everyone. We have a plugin that extends a cloud (among other classes) and we wish for some cloud related data to be persistent between restarts. This data changes very often and we need to make sure we save it every time it changes. At the moment, we are using