Software Versions:
github-plugin version 1.29.3
Jenkins ver. 2.163
nginx reverse proxy
Current State No communication issues, and build triggers from the push event. However no values in $payload
GitHub Configuration:
Github Webhook: on repo https://username:password@publicIP:port/github-webhook/
Content type (tested both application/x-www-form-url-urlencoded & application/json)
Event type: Just the push Event
..
Jenkins Configuration:
GitHub Project: Populated with the project URL
This project is parameterized: String parameter payload
Source Code Management: REPO URL & Creds Branch Master
Build Triggers: GitHub webhook trigger for GITScm polling
Build Execute Shell:
echo "the build worked! The payload is $payload"
Output: is blank for the $payload
the build worked! The payload is