I'm trying to pass parameters through github hook to Jenkins with the help of Github plugin(in Jenkins). The Jenkins job has several custom params - and I want github to trigger that job and setting those params.
In Github repository/settings/hooks there is the following URL hook: http://JENKINS-URL/github-webhook/.
Is there a way to set these Jenkins job params from Github hook? (I cant install new plugins in Jenkins.. right now only Github plugin is installed)