-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 10.2.0
-
Component/s: Documentation (Developer)
-
1
-
Severity 3 - Minor
-
2
Summary
The SystemProperty (Atlassian Bamboo 10.2.4 API) page mentions the RSS_COMMIT_LEVEL_COMMENT_DISABLED for disabling automatic comments on the remote repository upon a specs scan.
The property syntax is incorrect. It should be REPOSITORY_STORED_SPECS_COMMIT_COMMENT_DISABLED instead, as per this KB article
The incorrect documentation can lead to users implementing the property in Bamboo and it being ignored because its syntax is not recognized internally. This is how it should be set in JVM_SUPPORT_RECOMMENDED_ARGS
-Dbamboo.repository.stored.specs.commit.comment.disabled=true
Solution
Please update the SystemProperty (Atlassian Bamboo 10.2.4 API) to reflect the correct syntax for this property.
- mentioned in
-
Page Loading...