diff --git a/src/pages/docs/packaging-applications/build-servers/build-information/index.md b/src/pages/docs/packaging-applications/build-servers/build-information/index.md index 6d2aea20a3..3a487c0474 100644 --- a/src/pages/docs/packaging-applications/build-servers/build-information/index.md +++ b/src/pages/docs/packaging-applications/build-servers/build-information/index.md @@ -58,7 +58,7 @@ The build information step requires - Octopus URL: URL of your Octopus server - API Key: API key to use for uploading - (Optional) Space name: Name of the space to upload the build information to -- Package ID: List of package IDs to associate the build information to +- Package ID: List of package IDs to associate the build information to. For maven packages hosted in external feeds the groupID and packageID are required, for more information see our [maven documentation](/docs/packaging-applications/package-repositories/maven-feeds#troubleshooting-maven-feeds)). - Package version: The version of the packages :::div{.hint}