Can't update net.sourceforge.htmlunit to latest due to JDK7 enforcer

2020-07-26 Thread tzach....@gmail.com
Hi All, According to GitHub Advisory Database, I should update *net.sourceforge.htmlunit* to at least* 2.37.0* in order to fix *CVE-2020-5529*. My problem is once I do that and run mvn compile, maven enforcer blocks due to: *[INFO] Restricted to JDK 1.7 yet net.sourceforge.htmlunit:neko-html

Is there an example on how to create configuration for build trigger?

2020-08-04 Thread tzach....@gmail.com
Hi All, I wish to extend the bitbucket plugin to have some configuration. I've tried to look for an example but I did not find any. Here is an example of what I'm referring to as configuration. (Build Trigger plugin that has configuration) [image: build_trigger_configuration.png] Thanks in ad

Re: Plugin Maintainer alumni metadata

2021-10-17 Thread tzach....@gmail.com
I'm with Oleg on this one. Just for the sake that someone contributed from his/her time and knowledge and it would be nice to still give credit. On Sunday, 17 October 2021 at 13:06:47 UTC+3 timja...@gmail.com wrote: > I don't see the need for this, if someone wants to come back to active > the

Re: Requesting commit access for bitbucket-plugin

2020-07-20 Thread tzach....@gmail.com
Hi All, Could someone please check my request? Thanks, Tzach On Saturday, 4 July 2020 at 23:12:10 UTC+3 tzach@gmail.com wrote: > Hello, > > I would like to help maintain the plugin BitBucket. > > My request details are as follows: > >- Plugin I wa

DescriptorImpl which is not public static inside the parent class

2023-11-07 Thread tzach....@gmail.com
Hi, I could not find the answer so sorry for asking something that might have been answered already but, can I create a class which will function as DescriptorImpl but not reside inside the parent class as public static class? Thanks, Tzach -- You received this message because you are subscr

How to integrate git plugin in my plugin?

2023-11-15 Thread tzach....@gmail.com
Hi, I have a private that needs configuration. That configuration is stored in a remote git repository. I would like to harness git plugin and use it in my plugin. Is there an example of how to do it? Thanks, Tzach -- You received this message because you are subscribed to the Google Groups "J

Re: How to integrate git plugin in my plugin?

2023-11-15 Thread tzach....@gmail.com
ble to store > your configuration in Jenkins itself? Maybe as a secret? That said, I have > to admit I don't 100% understand your scenario. > > Best > Jeff > > On Wed, Nov 15, 2023 at 7:14 AM tzach@gmail.com > wrote: > >> Hi, >> >> I hav

How to implement writing to console log in pipeline?

2023-11-19 Thread tzach....@gmail.com
Hi, I'm developing a new plugin and I was able to write to log in FreeStyleJob but it does not work in pipeline. What I have done is: 1. Extend ParameterValue class 2. Override createBuildWrapper and return new SimpleBuildWrapper. In it, override setup() method and used the listener to reach t

Re: bitbucket plugin - JENKINS-65697 - How to inject environment variable into WorkflowMultiBranchProject (buildEnvironment isn't called...)

2024-08-10 Thread tzach....@gmail.com
java' and 'EnvironmentContributingAction.java'? When should I use EnvironmentContributor and when should I use EnvironmentContributingAction? Thanks in advance, Tzach On Saturday 10 August 2024 at 15:32:11 UTC+3 tzach@gmail.com wrote: > Reviving this old thread as I got a bit of