From 545cab47389b7840073bdea5af037075b0a7f924 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 7 May 2024 12:41:38 +0200 Subject: [PATCH] artifacts.osci.redhat.com now supports HTTPS --- vars/waitForTestingFarmResults.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/waitForTestingFarmResults.groovy b/vars/waitForTestingFarmResults.groovy index c3a48fd..1d3f9c4 100644 --- a/vars/waitForTestingFarmResults.groovy +++ b/vars/waitForTestingFarmResults.groovy @@ -21,7 +21,7 @@ def call(Map params = [:]) { // FIXME: this is here for easier debugging in the early stages; let's remove it once // things are more stable - def tfArtifactsBaseUrl = env.FEDORA_CI_PAGURE_DIST_GIT_URL.startsWith('https://src.osci') ? "http://artifacts.osci.redhat.com/testing-farm" : "http://artifacts.dev.testing-farm.io" + def tfArtifactsBaseUrl = env.FEDORA_CI_PAGURE_DIST_GIT_URL.startsWith('https://src.osci') ? "https://artifacts.osci.redhat.com/testing-farm" : "http://artifacts.dev.testing-farm.io" echo "Testing Farm API Request URL: ${apiUrl}" echo "Testing Farm Artifacts URL: ${tfArtifactsBaseUrl}/${requestId}"