-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins and bitbucket working together using the bitbucket-server-integration plugin.
I have a jenkinsJob of the type multibranch pipeline.
I am using the bitbucket-server-integration as branch source
I am using a jenkinsFile to build
in the "multibranch pipeline" event only UPDATED events are listed.
i would like to have DELETE events as well
I get the below text in the "multibranch pipeline events"
[Fri Jul 10 12:21:05 CEST 2020] Received com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookConsumer$BitbucketSCMHeadEvent UPDATED event from fuulibrary with timestamp Fri Jul 10 12:20:57 CEST 2020
That triggers a valid build, but i would also like to instantaneously have the DELETED branches crossed out.