when using "Bitbucket Server" (from the plugin Bitbucket Server Integration) as SCM instead of Git the log the Jenkins job isn't triggered by the Bitbucket Webhook from our Bitbucket Server.
Considering candidate job testpullrequest
Mar 15, 2021 4:31:32 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
Considering to poke Test_Project » testpullrequest
Mar 15, 2021 4:31:32 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
Considering to use trigger com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM@334861a9
Mar 15, 2021 4:31:32 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
Job is of type: com.cloudbees.hudson.plugins.folder.Folder
Mar 15, 2021 4:31:32 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
Scheduling for job:testpullrequest
Mar 15, 2021 4:31:32 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
testpullrequest SCM doesnt match remote repo {1}
Mar 15, 2021 4:31:32 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe
If I change the SCM to git everything is working fine.
Would it be possible to make this Plugin work with the Bitbucket Server Integration?