I was experimenting with eclipse and Jenkins but something I am missing here that's why while I am committing the code to local git from eclipse Jenkins build job is not triggering. While I am adding and commit it from command line that build job is running fine. But I want the same when I am committing it from eclipse.
Can you please let me know what I need to do to make it work ?
Here what I am doing :-
I have a sample project where I am making the change and committing to a local git repository
I have created a post-commit hook script under the hook .git/hook
created a jenkin maven project with the details
making a change and code and committing it from Eclipse > Project > Team > Commit
Result: no build job started in Jenkin