Hi,
I've got a single bitbucket repository which has 3 generic webhooks associated with 3 jenkins jobs.
I also want to make sure that a pull request can be merged only after a succesful jenkins run (of job number 1).
Jenkins job number 1 is a "full CI". (which is why it is important)
jenkins job number 2 is a job which is adding metrics and statistics for a pull request. (less important for merging an open PR)
jenkins job number 3 is a backbone deployment setup for the DEV containers (not relevant for the code repository, as the docker and backbone are on a different repo)
the action of enabling merge button after jenkins jobs is not erally usefull.
I need to enable the merge button only after a successfull job of jenkins FULL CI.
the current plugin, if jobs "2" or "3" are failing, will disallow the merge button, even if jenkins job number "1" is success.
please advise.