-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Hi
We are facing one intermittent issue with Jenkins Throttle.
In the configurations we already set
Maximum Total Concurrent Builds : 2
Still in our pipeline job its triggering more than 2 builds at same time.
Then we was added this is in global Jenkins configuration throttle category
throttleJobProperty(
categories: ['Name'],
throttleEnabled: true,
throttleOption: 'category'
)
Still We are facing same issue intermittently in our pipeline job.