Dear Jenkins users,
sorry to contact you with this, but I am at a loss where to find or ask the 
following.

I have a scripted parallel pipeline job. Within each of the stages test steps 
are run (under NUnit)
that generate detailed logs per step, and a summary in the console. To make 
life easier for us we,
when a test fail generates an assert, wish to insert a workspace link to that 
detailed file.
With that it would be very easy to navigate to the details from the TestResult 
page.

(with the previous matrix implementation this works fine)

However, when running the pipeline, some 'strange' number is inserted in the 
workspace link,
like the '50' and '57' in these links :

       
http://jenkins:8080/job/my_job_name/lastCompletedBuild/execution/node/50/ws/
       
http://jenkins:8080/job/my_job_name/lastCompletedBuild/execution/node/57/ws/

obviously these are not the real build nr's. In this case that was 53.

--> How can I, within my code, find those numbers ??

I've been searching for hours on this, but can't find anything on it ...
thx, M.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/196150282.123291.1554469062126%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to