Git diff of last two commits
The following command can be useful in your Jenkins server if you want to display between the latest build and the one before it:
git log -p -n1
This will display, as a patch, what the latest change was.
The following command can be useful in your Jenkins server if you want to display between the latest build and the one before it:
git log -p -n1
This will display, as a patch, what the latest change was.