Replies: 4 comments
-
I think (not 100% sure) the plugin is looking for an scm/checkout step inside the pipeline. If it doesn't find one matching in a job it doesn't consider it. But you have in Jenkins: "Manage Jenkins" -> "System Log" the chance to activate a more detailled logging: If create a logger for io.jenkins.plugins.bitbucketpushandpullrequest with log level finest, you should be able to see how he is treating the job. |
Beta Was this translation helpful? Give feedback.
-
It should work without scm checkout step in the Jenkinsfile. |
Beta Was this translation helpful? Give feedback.
-
Also, for debugging, please try to disable the other freestyle job if you haven't done so already. |
Beta Was this translation helpful? Give feedback.
-
Having the same issue:
but it never does. Any idea what might be missing? I don't have any filtering setup. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I encountered with problem - if i setup free-style job with yours plugin everything works as expected. But if i configure pipline job it doesn't work.
This is my pipeline configuration
This is trigers for new PR
I have webhook in bitbucket cloud relate to my repository and it returns to me status code 200
When i do new PR i see in logs only this
In BitBucket Push and Pull Request Hook Log i see this
My jenkins file locate in root directory of repo
and contains this code
And i can't fix this. But free-style projects works fine.
Please, sorry for my english. I would be appriciate for any help.
Beta Was this translation helpful? Give feedback.
All reactions