Skip to content

Commit 6310170

Browse files
tylerbertrandmarko-bekhta
authored andcommitted
Update Develocity URLs to point to Commonhaus instance
1 parent c063448 commit 6310170

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ so you can use that and don't need to care about the required version of Maven
4646
### <a id="setup-develocity"></a> Develocity build cache and build scans
4747

4848
Hibernate Validator relies on a [Develocity](https://gradle.com/develocity/) instance
49-
at [https://ge.hibernate.org](https://ge.hibernate.org/scans?search.rootProjectNames=Hibernate%20Validator)
49+
at [https://develocity.commonhaus.dev](https://develocity.commonhaus.dev/scans?search.rootProjectNames=Hibernate%20Validator)
5050
to speed up its build through a build cache and provide better reports.
5151

5252
By default, only [continuous integration](#ci) builds will write to the remote build cache or publish build scans.

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ void withMavenWorkspace(Map args, Closure body) {
572572
artifactsPublisher(disabled: true),
573573
// stdout/stderr for successful tests is not needed and takes up disk space
574574
// we archive test results and stdout/stderr as part of the build scan anyway,
575-
// see https://ge.hibernate.org/scans?search.rootProjectNames=Hibernate%20Validator
575+
// see https://develocity.commonhaus.dev/scans?search.rootProjectNames=Hibernate%20Validator
576576
junitPublisher(disabled: true)
577577
])
578578
helper.withMavenWorkspace(args, body)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build Status](https://img.shields.io/jenkins/build?jobUrl=https://ci.hibernate.org/view/Validator/job/hibernate-validator/job/main/&style=for-the-badge)](https://ci.hibernate.org/view/Validator/job/hibernate-validator/job/main/)
77
[![Sonar Coverage](https://img.shields.io/sonar/coverage/hibernate_hibernate-validator?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge)](https://sonarcloud.io/project/activity?id=hibernate_hibernate-validator&graph=coverage)
88
[![Quality gate](https://img.shields.io/sonar/alert_status/hibernate_hibernate-validator?logo=sonarcloud&server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge)](https://sonarcloud.io/dashboard?id=hibernate_hibernate-validator)
9-
[![Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?style=for-the-badge&logo=gradle)](https://ge.hibernate.org/scans?search.rootProjectNames=Hibernate%20Validator)
9+
[![Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?style=for-the-badge&logo=gradle)](https://develocity.commonhaus.dev/scans?search.rootProjectNames=Hibernate%20Validator)
1010
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/hibernate/validator/hibernate-validator/badge.json&style=for-the-badge)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/hibernate/validator/hibernate-validator/README.md)
1111

1212
## What is it?

jenkins/nightly/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def withMavenWorkspace(jdk, Closure body) {
1717
artifactsPublisher(disabled: true),
1818
// stdout/stderr for successful tests is not needed and takes up disk space
1919
// we archive test results and stdout/stderr as part of the build scan anyway,
20-
// see https://ge.hibernate.org/scans?search.rootProjectNames=Hibernate%20Search
20+
// see https://develocity.commonhaus.dev/scans?search.rootProjectNames=Hibernate%20Search
2121
junitPublisher(disabled: true)
2222
]) {
2323
body()

0 commit comments

Comments
 (0)