Testing everything git commits in jenkins

I just installed Jenkins, which should run tests on an existing project that is supported in git.

Now I would like to run my test in all existing versions, and not just in the latest version. The tests that I run generate a lot of statistics (for example, using FPGA resources) that are interesting for comparison between individual commits. Since typical workflows can enter many commits atomically, commits entered since the last run also need to be checked and historical data added to get a better overview of the project history.

A quick googling search found a lot of people with the same problem, but no real solutions.

I found a git options plugin that is a bit underestimated.

Is there an easy way to configure such a setting?

+4
source share
1 answer

... , ( , Jenkins ).
, , , , .. / , . ? , ? .

+1

All Articles