×
Since 1.1.5 Bitbucket automatically injects the payload received by Bitbucket into the build. You can catch the payload to process it accordingly through the ...
Jan 31, 2024 · BITBUCKET_ACTOR, actor name, PR + P ; BITBUCKET_PAYLOAD, Complete payload as json string, PR + P ; BITBUCKET_X_EVENT, x-event which triggered the ...
Parameters: hookEvent - the type of hook. payload - the hook payload: instanceType - the Bitbucket type that called the hook: origin - the origin ...
Parameters: hookEvent - the type of hook. payload - the hook payload: instanceType - the Bitbucket type that called the hook: origin - the origin ...
Bitbucket payload not available in $BITBUCKET_PAYLOAD for multi-branch pipeline jobs, 3 years ago, about a year ago. JENKINS-65681, Bitbucket plugin triggers ...
Sep 24, 2023 · Automatically create webhooks in Bitbucket to trigger builds. · Allow Jenkins to clone/fetch from Bitbucket to run the builds. · Display detailed ...
Missing: payload | Show results with:payload
Receives Bitbucket push notifications. Parameters: req - Stapler request. It contains the payload in the body content and a header param "X-Event-Key" pointing ...
Apr 14, 2024 · This is a Jenkins plugin that can: Receive any HTTP request, JENKINS_URL/generic-webhook-trigger/invoke; Extract values.
Executes a POST with a given URL and request payload, with any custom headers. Specified by: executePost in interface HttpRequestExecutor; Type Parameters: ...