Jenkins -> possibility of using built-in variable to get multijob URL

Viewed 19

I have several running Jenkins multi-job projects, constructed this way: JENKINS_URL/job/PROJECT_FOLDER/MULTI_JOB-PROJECT

My task is when one job from the multi-job project fails, get a multi-job URL, open it, and take a screenshot of this page for overall status. Currently, I am directly passing the URL to selenium.

Is it possible to dynamically get a full path multi-job URL as we use the built-in BUILD_URL for one specific job build?

0 Answers
Related