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.
Is there a way you can suppress Jenkins sending "build" results to Bitbucket for job 2 and 3 in the job configuration? Or only configure build results being sent for job 1..
yes, the jobs are based on a template.
I can split the template, then I'll have 2 of them to manage.
I just wonder if a solution like I tallked about is viable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.