Banned dependencies error compiling SAML plugin PR

2023-12-12 Thread kuisathaverat
Hi, I am updating the pac4j library in the SAML plugin, the enforcing plugin tells me that there are some banned dependencies. I have checked the banned dependencies at https://github.com/jenkinsci/pom/blob/master/pom.xml#L683C18-L709 and none of my dependencies is there (see the dependencies

Re: ASM in core

2021-06-11 Thread kuisathaverat
Robert, Which plugin are you talking about? Which version of the core is that plugin required as minimum? there is another topic opened a few weeks ago about deprecated plugins, a plugin should bump it core minimum required version and update its dependencies often, if not it is not possible to

External logs storage for Pipeline/FreeStyle jobs

2021-05-10 Thread kuisathaverat
Hi, I've started a plugin to send pipeline logs to an Elasticsearch instance using the described API in JEP-210: External log storage for Pipeline It is based on the example implementation pipeline-cloudwatch-logs-plugin

Update SAMl plugin to use current Spring Security release

2021-02-12 Thread kuisathaverat
Hi, Due to Upgrade Acegi Security to the latest Spring Security release( https://issues.jenkins.io/browse/JENKINS-5303), I updated the SAML plugin to use the new Sprint Security version and pac4j 3.9.0(https://issues.jenkins.io/browse/JENKINS-63350 and

SSHD module to plugin

2021-02-12 Thread kuisathaverat
Hi, I have a bunch of PRs ready to move forward for a few months, these PRs are to convert the SSHD Module to a plugin and after that bump the Apache Minda sshd library. We are using a really old Apache Minda sshd that is a security risk and move the SSHD module outside of the core could help to

java.lang.VerifyError: (class: com/thoughtworks/xstream/core/util/SerializationMembers ...

2021-02-10 Thread kuisathaverat
Hi, We have a gradle build to test the jobDSL definitions, it works perfectly. When we going to move the was version used to 2.266 it starts failing with the following error. I know it is because of the change of the XStream but I dunno what I have to change. Any idea? java.lang.VerifyError:

Re: ssh-slaves plugin now uses trilead-api plugin instead trilead-ssh2 module

2018-11-20 Thread kuisathaverat
Yes, I unmasked the trilead classes on 1.29.1, it resolved the issue. El mar., 20 nov. 2018 a las 14:52, Mark Waite () escribió: > The ssh-slaves plugin 1.29.1 allows my ssh agents to connect in Java 11 > testing. > > Thanks! > > On Tue, Nov 20, 2018 at 6:43 AM Mark Waite > wrote: > >> Thanks.

Re: Add trilead-ssh2 component to the CI

2018-10-03 Thread kuisathaverat
thx Jesse, I will do El mar., 2 oct. 2018 a las 17:42, Jesse Glick () escribió: > On Tue, Oct 2, 2018 at 4:08 AM Ivan Fernandez Calvo > wrote: > > I have tried to put it in the CI by creating a Jenkinsfile like we do > with plugins but the component does not appear in the list of plugins in >