All those details are assigned to specific environment variables:
You can generate that particular html page on the fly while running that particular job, or you can query the restapi to get those details:
- %YOUR_JENKINS_URL%/job/%YOUR_JOB_NAME%/api/json?tree=name,builds[number,url,timestamp]&pretty=true
- %YOUR_JENKINS_URL%/job/%YOUR_JOB_NAME%/api/xml?tree=name,builds[number,url,timestamp]
My two cents