I have configured the Jenkins git query request plugin according to the docs: https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin , but will return me to me
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
If I leave the “Branch specifier” empty, Jenkinks goes through every PR (even closed) in my repo. How to make him build only open PR?
git jenkins jenkins-plugins
AndrewLakomski
source share