| Is there now a means to get the "workspace URL of multi branch pipeline jenkins projects" programmatically ? Such that I can:
- add it into an email
- expose it even within the job itself
in the tests we are running I want to print an URL to the workspace for failing tests.
Yes, I can navigate by hand to the workspace via the pipeline steps, but that is very cumbersome with 8 (or more) parallel branches. I've even added a hard-code lookup table in my script, but that breaks as soon as I start multiple of the same jobs. NB: when I hover the mouse over the "Allocate node : Start" message, I do get a popup with "ID: 71" or so. All I need is that ID number within my "node {}" block .. someone please,,, |