You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone
As you know, there is an Environment Variable called BITBUCKET_PULL_REQUEST_LINK that returns the PR URL on Bitbucket.
It returns the URL like this:
https://bitbucket.org/ORG/REPO/pullrequests/75
but, this is not the valid URL and bitbucket is going to return 404 on bitbucket
However, if you add - to the pullrequests, it's going to work:
https://bitbucket.org/ORG/REPO/pull-requests/75
Environment:
Jenkins: 2.414.2
Plugin: 2.8.4
The content you are editing has changed. Please copy your edits and refresh the page.
Hello everyone
As you know, there is an Environment Variable called
BITBUCKET_PULL_REQUEST_LINK
that returns the PR URL on Bitbucket.It returns the URL like this:
but, this is not the valid URL and bitbucket is going to return
404
on bitbucketHowever, if you add
-
to thepullrequests
, it's going to work:Environment:
Jenkins:
2.414.2
Plugin:
2.8.4
Tasks
The text was updated successfully, but these errors were encountered: