chia7712 commented on code in PR #16923:
URL: https://github.com/apache/kafka/pull/16923#discussion_r1722225879


##########
settings.gradle:
##########
@@ -33,6 +33,13 @@ develocity {
             // Alternatively, the build scan will provide the hostname for 
troubleshooting host-specific issues.
             ipAddresses { addresses -> addresses.collect { address -> 
"0.0.0.0"} }
         }
+        if (System.getenv("JENKINS_URL")) {

Review Comment:
   Maybe we can reuse the existent def? see 
https://github.com/apache/kafka/blob/trunk/settings.gradle#L21



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to