-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 9.6.1
-
Component/s: Docker
-
None
-
1
-
Severity 2 - Major
Summary
values.yaml file located here:
https://github.com/atlassian/data-center-helm-charts/blob/main/src/main/charts/bamboo/values.yaml
has the incorrect value for acceptCount (in the tomcatConfig section)
acceptCount: "10"
Error
Bamboo builds have been intermittently running into an issue with "Unable to publish artifact"...
Suggestion
Change the value to match the value normally in the server.xml
acceptCount: "100"
- mentioned in
-
Page Loading...