Collect TRAVIS_BUILD_WEB_URL from travis for potential use to fix wrong travis links in Dashboard. #6808
Labels
CI
General issues involving running in a CI provider
Cypress Cloud
Feature request or issue in Cypress Cloud, not App
pkg/server
This is due to an issue in the packages/server directory
Current behavior:
Currently we generate the Travis CI URL in the Dashboard and it is sometimes wrong - notably going to the
travis.com
when the repo may be open source (and should go totravis.org
). Related services issue: https://github.com/cypress-io/cypress-services/issues/734Desired behavior:
There was a mention that perhaps that Dashboard could handle this if the Test Runner collected the
TRAVIS_BUILD_WEB_URL
outlined in https://docs.travis-ci.com/user/environment-variables/#default-environment-variables so we should just collect that in the TR.Versions
4.2.0
The text was updated successfully, but these errors were encountered: