Reputation: 4352
I have a job in Jenkins which uses java 1.7. From build 23 onwards, it uses java 1.8 and from build 50 onwards it uses maven 3.3.9 instead of 3.3.6. Is there anyway i can store this information with date and timestamp ? I do not want to store all builds. I would like to keep a max of five.
Thanks
Upvotes: 0
Views: 77
Reputation: 8164
As an alternative to the JobConfigHistory plugin that you already found, you may want to check the Audit Trail plugin.
Upvotes: 1