I am trying to implement my post commit hook from my SVN repo to trigger one Jenkins job for my spring boot microservice deployment. But when I am committing code change, its committing to SVN repository. But its not triggering Jenkins job and giving error like 403 forbidden and it showing post commit hook failed with error code 8 on dialog box,
I am getting error like the following:
My post commit hook file post-commit like the following (I was removed post-commit.tmpl and created new post-commit file and added content here):
And My Jenkins freestyle jobs like the following:
NB: Code change are successfully committing to SVN repository. Problem is when triggering the Jenkins job.
Have I made a mistake in any of my implementation?