-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.36
Bitbucket Server 4.11.1
Bitbucket plugin: Post Webhooks for Bitbucket
bitbucket-branch-source-plugin 1.8
The Jenkins local documentation for Pipelines declares that the following global variables will be populated:
CHANGE_ID
CHANGE_URL
CHANGE_TITLE
CHANGE_AUTHOR
CHANGE_AUTHOR_DISPLAY_NAME
CHANGE_AUTHOR_EMAIL
CHANGE_TARGET
The lack of data in these variables results in the following severely reduced functionality.
- Unable to effectively notify users of pull request related build status via StashNotifier, HipChatNotifier, email and other notification plugins
- Unable to effectively notify committers of build failures
- Unable to detect pull requests without string parsing (which is hacky imo)
- is related to
-
JENKINS-38419 Unable to detect PullRequest anymore
-
- Closed
-
-
JENKINS-36421 Expose some Pull Request/Branch attributes as Environment Variables
-
- Closed
-
[JENKINS-40486] Plugin does not adhere to documented global variables
Description |
Original:
The Jenkins local documentation for Pipelines declares that the following global variables will be populated: *CHANGE_ID CHANGE_URL CHANGE_TITLE CHANGE_AUTHOR CHANGE_AUTHOR_DISPLAY_NAME CHANGE_AUTHOR_EMAIL CHANGE_TARGET * The lack of data in these variables results in the following severely reduced functionality. * Unable to effectively notify users of pull request related build status via StashNotifier, HipChatNotifier, email and other notification plugins * Unable to effectively notify committers of build failures * Unable to detect pull requests without string parsing (which is hacky imo) |
New:
The Jenkins local documentation for Pipelines declares that the following global variables will be populated: *CHANGE_ID* *CHANGE_URL* *CHANGE_TITLE* *CHANGE_AUTHOR* *CHANGE_AUTHOR_DISPLAY_NAME* *CHANGE_AUTHOR_EMAIL* *CHANGE_TARGET* The lack of data in these variables results in the following severely reduced functionality. * Unable to effectively notify users of pull request related build status via StashNotifier, HipChatNotifier, email and other notification plugins * Unable to effectively notify committers of build failures * Unable to detect pull requests without string parsing (which is hacky imo) |
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
Labels | Original: bitbucket global notification pipeline | New: bitbucket global notification pipeline technical-debt |
Component/s | New: branch-api-plugin [ 18621 ] | |
Component/s | Original: bitbucket-branch-source-plugin [ 21428 ] |
Related issue: https://issues.jenkins-ci.org/browse/JENKINS-38419