Re: Stop publishing fat plugin aws-java-sdk

2024-03-22 Thread zbyne...@gmail.com
> I didn't remember there were so many Most of the dependent plugins listed in https://plugins.jenkins.io/aws-java-sdk/dependencies/ are unreleased for 4+ years though. On Thursday 21 March 2024 at 18:33:17 UTC+1 Vincent Latombe wrote: > Thank you both for your inputs, > > I made a list of repo

Aborting pipeline from a plugin

2024-03-22 Thread zbyne...@gmail.com
Hi, I've been trying to fix a bug in the scmSkip plugin where pipeline job is marked as aborted, but does not actually stop. I found 4 ways to stop a WorkflowRun * calling interrupt on either executor (getExecutor or getOneOffExecutor) -- effectively what the plugin does right now, it does not

Adoption request for scmskip plugin

2024-03-24 Thread zbyne...@gmail.com
Hi, the scmskip plugin is up for adoption. I'd like to adopt it in order to deliver some bugfixes. plugin pull request: https://github.com/jenkinsci/scmskip-plugin/pull/25 RPU pull request: https://github.com/jenkins-infra/repository-permissions-updater/pull/3831 GitHub username: zbynek (alrady

Extending descriptors

2024-07-11 Thread zbyne...@gmail.com
Should it be possible for a step descriptor to extend a descriptor of another step, as implemented in https://github.com/jenkinsci/eiffel-broadcaster-plugin/blob/350096b9e91efe5a16ce52489c1e5bdf3d6cea14/src/main/java/com/axis/jenkins/plugins/eiffel/eiffelbroadcaster/pipeline/build/BuildWithEiffe