-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add develocity configuration. #5821
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have an issue for the addition of this feature?
That way we can explain why it is being added.
Thanks!
Correction... I see the issue. Apologies for the noise.
<url>https://ge.spring.io</url> | ||
</server> | ||
<buildScan> | ||
<backgroundBuildScanUpload>false</backgroundBuildScanUpload> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something we want to run on a schedule or every time?
Have we tested how much time this will add to our CI builds?
</server> | ||
<buildScan> | ||
<backgroundBuildScanUpload>false</backgroundBuildScanUpload> | ||
<captureGoalInputFiles>true</captureGoalInputFiles> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to set the projectId
i.e. <projectId>SC-DataFlow</projectId>
<obfuscation> | ||
<ipAddresses>#{{'0.0.0.0'}}</ipAddresses> | ||
</obfuscation> | ||
</buildScan> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to have this on our CI Builds or also on releases? If so do we want to use tags?
<tags>
<tag>my tag</tag>
</tags>
This may be helpful to the reviewer: https://docs.gradle.com/develocity/maven-extension/current/ |
We probably want to have a chat on how we want to configure it. I think that is the gist of my questions, "how should this be configured?" |
c0462f2
to
f0fb797
Compare
Issue #5779
We will add profile for doing buildscan.