Home > Blockchain >  Nexus Jenkins Webhook Integration: Missing to trigger few webhooks
Nexus Jenkins Webhook Integration: Missing to trigger few webhooks

Time:05-31

Background

I have a Jenkins job that does the resigning of android and ios apps based on the files uploaded to the Nexus repository.

I have 3 app versions for each android and ios.

Using nexus repo level enter image description here

I tried looking at multiple places but could not find a solution.

Any help here is appreciated...

Is there any possibility that we can count the number of webhooks received by the Jenkins job via code which we can see in the screenshot attached?

CodePudding user response:

I have found similar issue reports in github.com: Override Quiet Period

  • you can pass the quiet period from the trigger point as mentioned in the above image.
    • Related