bitbucket-pullrequest-builder-plugin
bitbucket-pullrequest-builder-plugin copied to clipboard
Bitbucket Pull Request Builder Plugin for Jenkins
We're experiencing random open PRs in our repo being built at random times, without the TTP in the comments. Open PRs that aren't touched by anyone in days or weeks...
How should I replace the message(picture below)'TTP build flag' to 'build fail' or 'build pass' 
There have been a rash of Bitbucket cloud outages in the last week (https://www.theregister.co.uk/2019/10/02/bitbucket_recurring_outages/) and still seems to be happening intermittently. The problem with these is that whatever response Bitbucket...
I want to trigger a rebuild when I update a PR. But when I type "test this please" under a Bitbucket PR, jenkins keep rebuilding this PR whether this PR...
There is a property in the `bitbucketpr` instruction named `ciSkipPhrases` – but the documentation for it appears to be difficult to find. Please add information in the README file, or...
Bitbucket URL: https://stash throws the following error. How can I solve this? Is there an option to Ignore ssl certificates? `javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:440) at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.verifyHostName(SSLProtocolSocketFactory.java:257) at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:115)...
I am currently having bitbuckrt-pullrequest-builder-plugin V 1.4.30. The plugin is currently calling REST API version 1.0. Is there any configuration which I can change to make the plugins call REST...
Would it be possible to restrict building of PR based on the paths that were changed. This would be useful for monorepos or for e.g. if someone change a documentation...
We are using the normal way of git development. That is, we have a central shared repository **upstream**. Each developer forks this **upstream** repository on bitbucket, push their branches to...
When using password that contains special characters fx 'æøå' Bitbucket just returns '401 Unauthorized' - it works fine with using cURL or Postman so bitbucket does support it. I tried...