On Mon, Mar 19, 2018 at 5:52 PM, Ullrich Hafner
<
ullrich...@gmail.com> wrote:
> I would like to keep a reference to a Run of another Job in one of my actions.
Normally `Run.toExternalizableId` is used for this purpose.
> if someone renames the job, then my references will break. Is there an ID I can use to identify a job?
There is a `unique-id` plugin, though I am not much of a fan. You can
simply implement `ItemListener.onLocationChanged` and update
references. Or just reconsider whether you really want to do this.