I have a Jenkins job Trigger builds remotely (e.g., from scripts)
, and bitbucket PULL request HOOK triggers that job we can say everything works fine.
Jenkins is smart to check any change and build them.
On each build there is data that is changed and is sent in json format.
Is there a way to extract that data sent by hooks to Jenkins while using buld trigger already mentioned?