Skip to content

Commit

Permalink
artifacts.osci.redhat.com now supports HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed May 7, 2024
1 parent 66327b7 commit 545cab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/waitForTestingFarmResults.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 545cab4

Please sign in to comment.