Hi,
If someone knows a way to get the workspace number when a job is running in parallel ? (execute multiple builds concurrently)
Is there a variable for this?
In Jenkins docs : When Jenkins creates different workspaces for isolation, Jenkins appends "@num" to the workspace directory name, e.g. "@2".
I would get the @num variable.
Thanks all