diff --git a/docs/build_system.md b/docs/build_system.md index b45d35b1e5..ed3a343e42 100644 --- a/docs/build_system.md +++ b/docs/build_system.md @@ -239,7 +239,7 @@ Repositories The nightly repositories are hosted on the AnsibleWorks Jenkins server, and can be found at the following location: - http://50.116.42.103/ansible-tower_nightlies_RTYUIOPOIUYTYU/ + http://jenkins.testing.ansible.com/ansible-tower_nightlies_RTYUIOPOIUYTYU/devel There are several sub-folders, including `deb/`, `rpm/`, `docs/` and `setup/` @@ -260,7 +260,7 @@ The `setup/` folder contains the Ansible Tower setup playbook tar.gz file. These nightly repositories can be used by the Ansible Tower setup playbook by running the `setup.sh` shell script with the following option: - ./setup.sh -e "aw_repo_url=http://50.116.42.103/ansible-tower_nightlies_RTYUIOPOIUYTYU gpgcheck=0" + ./setup.sh -e "aw_repo_url=http://jenkins.testing.ansible.com/ansible-tower_nightlies_RTYUIOPOIUYTYU/devel gpgcheck=0" ### Official Releases ###