Hello,
I'm looking for a plugin that's allow me to use
git commands on a
pre-build script step to perfom some controls.
Actually before launching a build, i want to check if all the reports have been made for this i need this command :
git merge-base --is-ancestor <commit-from-build> <commit-last-prod-ref>
I have mad some search and i may be i don't need a plugin but i hope you can tell me.
I have been thinking about installing git on my jenkins server and slaves and i'll be able to perfome my git commands on the workspace ?
Thank you in advance.
Regards,
Vincent