From 81071db6ff43d71c9a17a271a16f0be62f1e07c8 Mon Sep 17 00:00:00 2001 From: Alexis Tual Date: Wed, 15 May 2024 18:28:03 +0200 Subject: [PATCH] Fix url in integ test --- .github/workflows/integ-test-inject-develocity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integ-test-inject-develocity.yml b/.github/workflows/integ-test-inject-develocity.yml index 18178e2..068375a 100644 --- a/.github/workflows/integ-test-inject-develocity.yml +++ b/.github/workflows/integ-test-inject-develocity.yml @@ -23,7 +23,7 @@ jobs: inject-develocity: env: DEVELOCITY_INJECTION_ENABLED: true - DEVELOCITY_URL: https://ge-helm-cluster-unstable.grdev.net + DEVELOCITY_URL: https://ge.solutions-team.gradle.com DEVELOCITY_PLUGIN_VERSION: ${{ matrix.plugin-version }} DEVELOCITY_CCUD_PLUGIN_VERSION: '2.0' GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} # required to test against GE plugin 3.16.2 @@ -68,7 +68,7 @@ jobs: inject-develocity-short-lived-token-with-input: env: DEVELOCITY_INJECTION_ENABLED: true - DEVELOCITY_URL: 'https://ge-helm-cluster-unstable.grdev.net' + DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com' DEVELOCITY_PLUGIN_VERSION: ${{ matrix.plugin-version }} DEVELOCITY_CCUD_PLUGIN_VERSION: '2.0' strategy: