This is an automated email from the ASF dual-hosted git repository.
jhelou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new ba70de1fad [JAMES-3978] adds some tags to build scans
ba70de1fad is described below
commit ba70de1fad81a0827f6c3b143cd706b8403ef759
Author: Jean Helou <[email protected]>
AuthorDate: Fri Feb 9 15:01:25 2024 +0100
[JAMES-3978] adds some tags to build scans
---
.mvn/gradle-enterprise-custom-user-data.groovy | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.mvn/gradle-enterprise-custom-user-data.groovy
b/.mvn/gradle-enterprise-custom-user-data.groovy
new file mode 100644
index 0000000000..33bd69f551
--- /dev/null
+++ b/.mvn/gradle-enterprise-custom-user-data.groovy
@@ -0,0 +1,6 @@
+//adds the profiles active in the reactor as buildScan tags
+session.getRequest().getActiveProfiles().stream().flatMap
{it.getActiveProfiles()}.forEach { it->
+ buildScan.tag("P"+it.id)
+}
+buildScan.value('parallel', session.parallel as String)
+buildScan.tag("T"+session.getRequest().getDegreeOfConcurrency())
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]