Re: TaskListenerDecorator/Factory on agents

2023-06-29 Thread Alexis Tual
Thanks Jesse for the explanation and pointers, that's very helpful, I'll try something similar. Le mer. 28 juin 2023 à 16:47, 'Jesse Glick' via Jenkins Developers < jenkinsci-dev@googlegroups.com> a écrit : > On Fri, Jun 23, 2023 at 11:45 AM Alexis Tual wrote: > >> we're t

TaskListenerDecorator/Factory on agents

2023-06-23 Thread Alexis Tual
Hi, we're trying to parse any pipeline logs with TaskListenerDecorator to detect some pattern and report with a custom action attached to the run. It's working fine on agents by default but not when org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.USE_WATCHING is true. In

Re: Proposal to ensure new plugin hosting requests use Maven instead of Gradle

2023-06-02 Thread Alexis Tual
Thanks all for your answers, after discussing it internally at Gradle, we won't be able to implement all those new (for us) requirements and maintain them over time without help. On Thursday, May 25, 2023 at 7:05:39 PM UTC+2 m...@basilcrow.com wrote: > In addition to what Mark wrote, I would

Re: Proposal to ensure new plugin hosting requests use Maven instead of Gradle

2023-05-25 Thread Alexis Tual
Thanks for the quick answer! On Thursday, May 25, 2023 at 3:16:30 PM UTC+2 Mark Waite wrote: On Thursday, May 25, 2023 at 6:09:42 AM UTC-6 you wrote: Hi, lately I've been working on improving the Gradle support for building Jenkins plugins, see

Re: Proposal to ensure new plugin hosting requests use Maven instead of Gradle

2023-05-25 Thread Alexis Tual
Hi, lately I've been working on improving the Gradle support for building Jenkins plugins, see https://github.com/jenkinsci/gradle-jpi-plugin/issues/213 for more details The latest JPI plugin release 0.49.0 and recent changes on the pipeline-library