I've created Jenkins Pipline job and want it to be triggered on my GitHub repo push event.
I've added repo url to job config and checked "trigger on push option":
I've also added GitHub token with needed rights to jenkins configure Github section:
In Github repo I've enabled webhook for my Jenkins server:
And after all steps still nothing is triggered after push to my GitHub repo.
Does anyone have any idea what's going on and why Jenkins doesn't trigger configured pipeline job?