See my question in-line below. On Tuesday, July 12, 2016 at 11:36:15 PM UTC-4, Jesse Glick wrote: > > > > // 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. > >
To refer to another build in a single object, we need a composite object containing the job name (string) and the build number (int). Would using a "collection of some `Describable` subtype" provide such composite object? Martin -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/52116ecd-6a61-427c-9bf2-83628ecd4f27%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
