From f4a9c89027e2ade423a2e0b3cc30bad5fa4ece6f Mon Sep 17 00:00:00 2001 From: Dave Parfitt Date: Wed, 27 Feb 2019 16:27:12 -0500 Subject: [PATCH] update jenkins urls to use VPN --- bin/slack-notify.sh | 2 +- contribute.json | 2 +- docs/pipeline.rst | 6 +++--- docs/testing.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/slack-notify.sh b/bin/slack-notify.sh index f9f2155794..75af5340eb 100755 --- a/bin/slack-notify.sh +++ b/bin/slack-notify.sh @@ -7,7 +7,7 @@ set -eo pipefail # defaults and constants CHANNEL="www-notify" CHANNEL_FAILURE="meao-alerts" -BLUE_BUILD_URL="https://ci.us-west.moz.works/blue/organizations/jenkins/bedrock_multibranch_pipeline" +BLUE_BUILD_URL="https://ci.vpn1.moz.works/blue/organizations/jenkins/bedrock_multibranch_pipeline" BLUE_BUILD_URL="${BLUE_BUILD_URL}/detail/${BRANCH_NAME/\//%2f}/${BUILD_NUMBER}/pipeline" # parse cli args diff --git a/contribute.json b/contribute.json index 364ae971a0..3dfc8d5aab 100644 --- a/contribute.json +++ b/contribute.json @@ -4,7 +4,7 @@ "repository": { "url": "https://github.com/mozilla/bedrock", "license": "MPL2", - "tests": "https://ci.us-west.moz.works/blue/organizations/jenkins/bedrock_multibranch_pipeline/activity/?branch=master" + "tests": "https://ci.vpn1.moz.works/blue/organizations/jenkins/bedrock_multibranch_pipeline/activity/?branch=master" }, "participate": { "home": "https://wiki.mozilla.org/Webdev/GetInvolved/mozilla.org", diff --git a/docs/pipeline.rst b/docs/pipeline.rst index a750a20520..9e684d3e72 100644 --- a/docs/pipeline.rst +++ b/docs/pipeline.rst @@ -214,15 +214,15 @@ Jenkins to become unresponsive. To make such changes it can be necessary to firs restart Jenkins, as this issue only appears some time after Jenkins has been started. A `bug for the IRC plugin`_ has been raised. -.. _Deployment Pipeline: https://ci.us-west.moz.works/blue/organizations/jenkins/bedrock_multibranch_pipeline/branches/ +.. _Deployment Pipeline: https://ci.vpn1.moz.works/blue/organizations/jenkins/bedrock_multibranch_pipeline/branches/ .. _CircleCI: https://circleci.com/ .. _Sauce Labs: https://saucelabs.com/ .. _Jenkinsfile: https://github.com/mozilla/bedrock/tree/master/Jenkinsfile .. _branch-specific YAML files: https://github.com/mozilla/bedrock/tree/master/jenkins/branches/ .. _master.yml file: https://github.com/mozilla/bedrock/tree/master/jenkins/branches/master.yml .. _prod.yml file: https://github.com/mozilla/bedrock/tree/master/jenkins/branches/prod.yml -.. _bedrock_integration_tests_runner: https://ci.us-west.moz.works/view/Bedrock/job/bedrock_integration_tests_runner/ -.. _configured in Jenkins: https://ci.us-west.moz.works/configure +.. _bedrock_integration_tests_runner: https://ci.vpn1.moz.works/view/Bedrock/job/bedrock_integration_tests_runner/ +.. _configured in Jenkins: https://ci.vpn1.moz.works/configure .. _become unresponsive: https://issues.jenkins-ci.org/browse/JENKINS-28175 .. _test dependencies: https://github.com/mozilla/bedrock/blob/master/requirements/dev.txt .. _Selenium Docker versions: https://hub.docker.com/r/selenium/hub/tags/ diff --git a/docs/testing.rst b/docs/testing.rst index 074ebccb4d..1569a3d9ee 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -342,7 +342,7 @@ and also do not depend on a crawler to find them. .. _expected conditions: http://seleniumhq.github.io/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.expected_conditions.html .. _Web QA style guide: https://wiki.mozilla.org/QA/Execution/Web_Testing/Docs/Automation/StyleGuide .. _LinkChecker: http://wummel.github.io/linkchecker/ -.. _Jenkins instance: https://ci.us-west.moz.works/ +.. _Jenkins instance: https://ci.vpn1.moz.works/ .. _download: https://github.com/mozilla/bedrock/blob/master/tests/functional/test_download.py .. _localized download: https://github.com/mozilla/bedrock/blob/master/tests/functional/test_download_l10n.py .. _Basket: https://github.com/mozilla/basket