If required, I could create a clone of the plugin directly in the jenkinsci organization and make you both plugin developers.
maybe makes sense to use "RunSelector" instead of the "BuildSelector"
CopyArtifactPermissionProperty. I think it shouldn't moved to build-selector-plugin and build-selector-plugin should provide an alternate mechanism.
Thanks for the repository.
I don't have so much time to participate in the development, and alexsomai is the maintainer of this plugin.
I'll participate in the development only by sending a pull request.
>> CopyArtifactPermissionProperty. I think it shouldn't moved to build-selector-plugin and build-selector-plugin should provide an alternate mechanism.
> I do agree with this one. But in the first phase I'd suggest on focusing to have the selectors into a separate plugin. And afterwards, as a second phase, we can think of a mechanism for permissions.
I agree.
We can start without CopyArtifactPermissionProperty.
Regards,
ikedam
> // this is a step specific to the External Workspace Manager Plugin, that
> accepts as input a RunWrapper object.
> def extWorksace = exwsAllocate selectedRun: run
Possible, though choosing that pattern makes it impossible to use
_Snippet Generator_ to get syntax examples. Generally recommend that
step parameters be simple types like `String`, `int`, or collections
of some `Describable` subtype, all of which are amenable to Jenkins
databinding.