All those details are assigned to specific environment variables: - https://wiki.jenkins.io/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-belowJenkinsSetEnvironmentVariables
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 -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d0dce468-ac05-4ef9-af77-7e27210bc035%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
