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
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
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
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
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
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
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
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
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