|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

So scraping the jenkins page is not needed using /api/json of /jobConfigHistory.
The date of creation is pretty straight forward to get using the jobConfigHistory plugin and the /jobConfigHistory/api/json endpoint.
Choose the earliest json object (again the first two are noted as "operation": "Changed" for some reason) or choose the json object that has "operation": "Created".
This may or may not be sufficient. I think that a plugin shouldn't be needed to ascertain the date of creation for a Job, but this method does seem to work.
Thanks.
--dave