Re: Spring Security upgrade from 5.x to 6.x

2024-05-11 Thread Ivan Fernandez Calvo
Please do it, I am waiting for this change to update the SAML plugin to the latest PAC4J version On Saturday, May 11, 2024 at 8:48:51 AM UTC+2 timja...@gmail.com wrote: > Sounds good to me > > On Sat, 11 May 2024 at 04:08, Mark Waite wrote: > >> >> >> On Friday, May 10, 2024 at 12:51:46 PM

Re: Banned dependencies error compiling SAML plugin PR

2023-12-13 Thread Ivan Fernandez Calvo
I missed the actual error message between too much text ERROR] Rule 3: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion I will bump it to the latest 5.X and wait for Java 17 bytecode On Tuesday, December 12, 2023 at 10:09:24 PM UTC+1 m...@basilcrow.com wrote: > As of v6.x,

Re: Help upgrading acegi-security to spring-security

2022-10-23 Thread Ivan Fernandez Calvo
I have made recently the migration of the SAML plugin to Spring-security, it was not too hard, change imports and some Jenkins classes now change to whatever2, I did not have to change functionality https://github.com/jenkinsci/saml-plugin/pull/261 El sábado, 22 de octubre de 2022 a las

Re: Parent pom 4.43.1 message from validate?

2022-07-20 Thread Ivan Fernandez Calvo
I updated SAML, SSH build Agents, and trilead-api to that Jenkins of the parent pom without issues, these plugins are in BOM version 1478.v81d3dc4f9a_43 I have noticed those plugins use 1500.ve4d05cd32975 that is the latest , maybe is related.

Re: Need review of PR for jenkinsci/trilead-ssh2

2022-06-28 Thread Ivan Fernandez Calvo
Thank you for the PR, I am reviewing it, there is a couple of tests to check why they fail after the change, and you should add a unit test for the new feature. El lunes, 27 de junio de 2022 a las 13:50:36 UTC+2, mike escribió: > Hi, > Not sure how to reach out to people involved in this repo.

Re: Something is killing my launcher after 90-100 seconds

2022-01-22 Thread Ivan Fernandez Calvo
viernes, 10 de diciembre de 2021 a las 18:03:41 UTC+1, Ivan Fernandez Calvo escribió: > the link to the test that fails is wrong, this is the test that fails > after 90-100 seconds > > > https://github.com/kuisathaverat/ssh-slaves-plugin/blob/apache_mina/src/test/java/io/

Re: Something is killing my launcher after 90-100 seconds

2021-12-10 Thread Ivan Fernandez Calvo
17:46:38 UTC+1, Ivan Fernandez Calvo escribió: > Hi, > > I am implementing a new launcher based on the Apache Mina SSHD library, I > can connect the Agent, I can launch jobs, and the agent is stable in jobs > that run for hours. so far so good, but not, if the agent does not have

Something is killing my launcher after 90-100 seconds

2021-12-10 Thread Ivan Fernandez Calvo
Hi, I am implementing a new launcher based on the Apache Mina SSHD library, I can connect the Agent, I can launch jobs, and the agent is stable in jobs that run for hours. so far so good, but not, if the agent does not have IO something is killing the agent. In the beginning I thought that was

Re: ASM in core

2021-06-11 Thread Ivan Fernandez Calvo
Hi, I would like to add an issue related to not bump the ASM library, I recently hit an issue with stapler (see https://groups.google.com/g/jenkinsci-dev/c/JppfFwqIrCU) and it is related to compile the plugin for JDK 11 only, new plugins use new libraries and more and more libraries use JDK 11

Re: HELP NEEDED - Jenkins contributor summit on Jun 25

2021-06-06 Thread Ivan Fernandez Calvo
Hi, I could help with some stuff before, during, and after the event, simply let me know what to do. Thanks El viernes, 4 de junio de 2021 a las 23:22:43 UTC+2, Oleg Nenashev escribió: > Dear all, > > As you know, we will be organizing the Jenkins contributor summit on June > 25th (landing

Issues creating a ManagementLink on JDK 11

2021-05-29 Thread Ivan Fernandez Calvo
Hi, I am moving some configuration I have (that is working) to a new section in the Manage Jenkins. I've adapted the code in the AWS Global configuration to my needs, but it did not work completely, I can see the configuration options but none of the checks URL works all launch the following

Re: External logs storage for Pipeline/FreeStyle jobs

2021-05-21 Thread Ivan Fernandez Calvo
I will continue working on my implementation of JEP-210 for pipelines the API is simple to implement and extend https://github.com/kuisathaverat/pipeline-filebeat-logs so far it works fine on a production-grade instance, there are a few details I want to change. For the JEP-207 I think I will

Re: JenkinsRule doesn't persist the data file, any hints?

2021-02-11 Thread Ivan Fernandez Calvo
we hit a similar issue testing JobDSL definitions, the workaround is to use a custom TestPluginManager that ignores the detached plugins from the war see

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

2021-02-11 Thread Ivan Fernandez Calvo
yep, I found the culprit, one dependency that I do not need +--- org.jenkins-ci.plugins:job-dsl-core:1.77 |+--- org.codehaus.groovy:groovy-all:2.4.12 -> 2.5.14 (*) |+--- xmlunit:xmlunit:1.4 |\--- org.jvnet.hudson:xstream:1.4.7-jenkins-1 El miércoles, 10 de febrero de 2021 a las

Re: Jenkins 3.x

2020-11-26 Thread Ivan Fernandez Calvo
+1000 to considered those changes as a major change El miércoles, 25 de noviembre de 2020 a las 17:37:21 UTC+1, James Nord escribió: > Hi all, > > with the recent weeklies we have a couple of changes (Acegi > upgrade/table-to-div) that break compatibility in plugins. > > Whilst many open

Re: NTLM Authentication

2020-11-17 Thread Ivan Fernandez Calvo
I guess that it is because nobody has an interest in developing a plugin for NTLM authentication because there are better ways to authenticate against windows, for example, Active directory that has support for authentication and authorization, also NTLM is pretty old and insecure. If after

Re: Base64 a string with pipeline?

2020-10-17 Thread Ivan Fernandez Calvo
We put an encode and decode steps on our shared pipeline library, so we do not need to whitelist anything https://github.com/elastic/apm-pipeline-library/blob/master/vars/base64decode.groovy https://github.com/elastic/apm-pipeline-library/blob/master/vars/base64encode.groovy El viernes, 16 de

Re: ANN: Agent Docker images renaming on April 12-13

2020-04-13 Thread Ivan Fernandez Calvo
sshd-agent sounds fine to me -- 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 the

Re: Proposal: Moving the plugin adoption labels from Wiki to GitHub topics

2020-02-18 Thread Ivan Fernandez Calvo
Sure, the badge is something additional, something that users can see when they go to the documentation, then they can decide if they want to use a plugin in adoption. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Re: PROPOSAL: Remove network discovery services

2020-01-31 Thread Ivan Fernandez Calvo
Swarm plugin has about 7000 installations, this is the potential Jenkins instances affected, I am agree to remove it from the core but I think that should be provided as a plugin, maybe the needed staff can be moved to the swarm plugin. -- You received this message because you are subscribed

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

2019-12-13 Thread Ivan Fernandez Calvo
I'd like to be involved also at least on the testing part El martes, 10 de diciembre de 2019, 12:34:05 (UTC+1), Oleg Nenashev escribió: > > BTW, I suggest the following list of maintainers based on the recent > activity: > >- Mark Waite >- Alex Earl >- Carlos Sanchez >- Oleg

Re: Accessing PR head commit sha from a pipeline using branch source plugin

2019-06-13 Thread Ivan Fernandez Calvo
we faced the same problem a few months ago, we've resolved it by adding a calculated environment variable for more details see https://groups.google.com/forum/#!topic/jenkinsci-dev/Dus0VX6y04g -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Re: Working with distributed builds

2019-06-10 Thread Ivan Fernandez Calvo
There is a plugin that copies files in the workspace, that it is what you want see https://plugins.jenkins.io/config-file-provider El domingo, 9 de junio de 2019, 22:04:50 (UTC+2), Rajeev Ranjan escribió: > > Hi team, > I am stuck at end which currently I don't have clue how to proceed. > I have

Re: Multibranch pipeline overwrite GIT_COMMIT when merges the master branch

2019-03-01 Thread Ivan Fernandez Calvo
I have opened an improvement issue https://issues.jenkins-ci.org/browse/JENKINS-56341 -- 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: Multibranch pipeline overwrite GIT_COMMIT when merges the master branch

2019-03-01 Thread Ivan Fernandez Calvo
It is a little odd but this function makes the trick, so now I can use a new environment variable GIT_BASE_COMMIT to reference the real commit ``` def getBaseCommit(){ def baseCommit = '' def latestCommit = sh(label: 'Get previous commit', script: "git rev-parse HEAD", returnStdout:

Multibranch pipeline overwrite GIT_COMMIT when merges the master branch

2019-02-28 Thread Ivan Fernandez Calvo
Hi, We use multibranch pipelines for our project, it works pretty well and it is nice to have PRs tested merged with the master branch, we also use Blueocean for our UI, and here we have to use a workaround to make our UI user-friendly. Our jobs spin 100-150 test in parallel, BO is not really

Listen executor/node events

2019-02-28 Thread Ivan Fernandez Calvo
Hi, We have a custom implementation to provision Jenkins agents, it works pretty well and allow us to provision more than 400 and downscale when they finish. we have a known bug that happens when we spin more than 100 agents at the same time, the bug is that pipelines try to reuse an agent

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

2018-11-20 Thread Ivan Fernandez Calvo
I will revert the change today -- 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 the

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

2018-11-20 Thread Ivan Fernandez Calvo
Hi, I released ssh-slaves plugin two days ago and I break backward compatibility with plugins that use ssh-slaves as a dependency, this is because I start to use trilead-api plugin instead the trilead-ssh2 module from the core (similar to bouncycastle plugin), this change is motivated to be

Add trilead-ssh2 component to the CI

2018-10-02 Thread Ivan Fernandez Calvo
Hi, A few months ago the CI on DEV@Cloud was deactivated, so right now the trilead-ssh2 component does not have CI, and PR are not compiled and tested. 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

Amazon ECR plugin does to adoption

2018-08-29 Thread Ivan Fernandez Calvo
Hi all, I am not interested to maintain this plugin anymore, so I put it on adoption. -- 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

Subversion plugin goes to adoption

2018-08-29 Thread Ivan Fernandez Calvo
Hi all, I am not interested to maintain this plugin anymore, so I put it on adoption. -- 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: trilead-ssh2 maintainer

2018-08-29 Thread Ivan Fernandez Calvo
ached out to the current maintainer (Michael Clarke) in >> the private message. >> And he said he is still planning to maintain this particular lib. So we >> cannot grant ownership right now. >> >> I will ping him >> >> BR, Oleg >> >>

Re: ATH 1.60 release

2018-05-09 Thread Ivan Fernandez Calvo
thx a lot El miércoles, 9 de mayo de 2018, 11:53:45 (UTC+2), ogondza escribió: > > On 2018-05-08 10:57, Ivan Fernandez Calvo wrote: > > I cannot make it by myself, I saw that used to be Oliver Gondza who make > > the release of the ATH, Oliver please, Could you

Re: ATH 1.60 release

2018-05-08 Thread Ivan Fernandez Calvo
I cannot make it by myself, I saw that used to be Oliver Gondza who make the release of the ATH, Oliver please, Could you release it? thanks in advance El lunes, 7 de mayo de 2018, 17:35:19 (UTC+2), Jesse Glick escribió: > > On Mon, May 7, 2018 at 10:23 AM, Ivan Fernandez Calvo >

ATH 1.60 release

2018-05-07 Thread Ivan Fernandez Calvo
Hi, Since a few months, there is not a new release of the ATH, Could be possible to release the 1.60 version? https://github.com/jenkinsci/acceptance-test-harness Regards Ivan Fernandez -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.

Re: trilead-ssh2 maintainer

2018-04-17 Thread Ivan Fernandez Calvo
Hi, There is no new from current maintainers either in the pull requests nor here, Can we move forward? -- 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

Request access to join the Jenkins CERT team

2018-04-02 Thread Ivan Fernandez Calvo
Hi, I would like to request access to join the Jenkins CERT team. - GitHub 2-factor auth enabled: yes - Signed CLA: https://github.com/jenkinsci/infra-cla/pull/58 - GitHub Username: kuisathaverat - IRC Nickname: kuisathaverat - Jenkins community username: ifernandezcalvo --

trilead-ssh2 maintainer

2018-03-12 Thread Ivan Fernandez Calvo
Hi, I recently take the maintainer of the SSH Agent Plugin, taking a look at the trilead-ssh2 PRs queue I saw that there is some PR pending of merge and I wonder if there is maintainer for this component and if could make sense to take the maintainer. if it is not maintainer I can take it. --

Re: Problem accessing com.cloudbees.jenkins.plugins.amazonecr.AmazonECSRegistryCredential from groovy

2017-04-20 Thread Ivan Fernandez Calvo
peline with curl or > something else. > > 2017-04-20 1:51 GMT+03:00 Ivan Fernandez Calvo <kuisat...@gmail.com > >: > >> You are trying to get the password into a Pipeline, Why do you not use >> withCredentials step? >> https://jenkins.io/doc/pipeline/steps/

Re: Problem accessing com.cloudbees.jenkins.plugins.amazonecr.AmazonECSRegistryCredential from groovy

2017-04-19 Thread Ivan Fernandez Calvo
You are trying to get the password into a Pipeline, Why do you not use withCredentials step? https://jenkins.io/doc/pipeline/steps/credentials-binding/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and

zephyr-for-jira-test-management-plugin Compatibility with Pipeline

2016-11-17 Thread Ivan Fernandez Calvo
Hi, I made a PR few months ago to make zephyr-for-jira-test-management-plugin compatible with Pipeline Plugin and it is still waiting for merge/close, Is this Plugin maintained? Are there any way to merge it an release?

Re: Adoption of Amazon ECR Plugin

2016-11-03 Thread Ivan Fernandez Calvo
Daniel, Still I don't have the permissions to manage PR on SAML Plugin, Do I have to do something else? El jueves, 27 de octubre de 2016, 16:53:41 (UTC+2), Daniel Beck escribió: > > > > On 27.10.2016, at 16:51, Ben McCann > wrote: > > > > Thanks for taking over Daniel!

Re: Adoption of Amazon ECR Plugin

2016-10-27 Thread Ivan Fernandez Calvo
Daniel, So now I am the maintainer of Amazon ECR Plugin and SAML Plugin , isn't it? El jueves, 27 de octubre de 2016, 11:26:59 (UTC+2), Daniel Beck escribió: > > > > On 13.10.2016, at 23:06, Ivan Fernandez Calvo <kuisat...@gmail.com > > wrote: > > > > Hi guy

Re: Adoption of Amazon ECR Plugin

2016-10-27 Thread Ivan Fernandez Calvo
Also I would like to adopt SAML Plugin <https://wiki.jenkins-ci.org/display/JENKINS/SAML+Plugin> El jueves, 13 de octubre de 2016, 23:06:24 (UTC+2), Ivan Fernandez Calvo escribió: > > Hi guys, > > I recently made a PR to Amazon ECR > <https://wiki.jenkins-ci.org/di

Adoption of Amazon ECR Plugin

2016-10-13 Thread Ivan Fernandez Calvo
Hi guys, I recently made a PR to Amazon ECR Plugin and I saw that it is in adoption, Could be posible to adopt it? currently I do not maintain any plugin but I made some contributions for few jenkinsci repositories GitHub id: