mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Change Jenkins server references from IP to DNS name
This commit is contained in:
@@ -122,7 +122,7 @@ Jenkins
|
|||||||
|
|
||||||
### Server Information ###
|
### Server Information ###
|
||||||
|
|
||||||
The AnsibleWorks Jenkins server can be found at http://50.116.42.103:8080/
|
The Ansible Jenkins server can be found at http://jenkins.testing.ansible.com
|
||||||
|
|
||||||
This is a standard Jenkins installation, with the following additional
|
This is a standard Jenkins installation, with the following additional
|
||||||
plugins installed:
|
plugins installed:
|
||||||
|
|||||||
@@ -38,16 +38,16 @@ successful release.
|
|||||||
|
|
||||||
Monitor Jenkins
|
Monitor Jenkins
|
||||||
---------------
|
---------------
|
||||||
Once tagged, one must launch the [Release_Tower](http://50.116.42.103/view/Tower/job/Release_Tower/) with the following parameters:
|
Once tagged, one must launch the [Release_Tower](http://jenkins.testing.ansible.com/view/Tower/job/Release_Tower/) with the following parameters:
|
||||||
* `GIT_BRANCH=origin/tags/<X.Y.Z>`
|
* `GIT_BRANCH=origin/tags/<X.Y.Z>`
|
||||||
* `OFFICIAL=yes`
|
* `OFFICIAL=yes`
|
||||||
|
|
||||||
The following jobs will be triggered:
|
The following jobs will be triggered:
|
||||||
* [Build_Tower_TAR](http://50.116.42.103/view/Tower/)
|
* [Build_Tower_TAR](http://jenkins.testing.ansible.com/view/Tower/)
|
||||||
* [Build_Tower_DEB](http://50.116.42.103/view/Tower/)
|
* [Build_Tower_DEB](http://jenkins.testing.ansible.com/view/Tower/)
|
||||||
* [Build_Tower_AMI](http://50.116.42.103/view/Tower/)
|
* [Build_Tower_AMI](http://jenkins.testing.ansible.com/view/Tower/)
|
||||||
* [Build_Tower_RPM](http://50.116.42.103/view/Tower/)
|
* [Build_Tower_RPM](http://jenkins.testing.ansible.com/view/Tower/)
|
||||||
* [Build_Tower_Docs](http://50.116.42.103/view/Tower/)
|
* [Build_Tower_Docs](http://jenkins.testing.ansible.com/view/Tower/)
|
||||||
|
|
||||||
Should any build step fail, Jenkins will emit a message in IRC and set the build status to failed.
|
Should any build step fail, Jenkins will emit a message in IRC and set the build status to failed.
|
||||||
|
|
||||||
@@ -66,4 +66,4 @@ While OFFICIAL Tower AMI's are created by jenkins, the process for blessing AMI'
|
|||||||
|
|
||||||
Publishing Documentation
|
Publishing Documentation
|
||||||
------------------------
|
------------------------
|
||||||
Tower documentation is available in the [product-docs](https://github.com/ansible/product-docs) repository. The [Build_Tower_Docs](http://50.116.42.103/view/Tower/) job builds and publishes PDF, and HTML, documentation.
|
Tower documentation is available in the [product-docs](https://github.com/ansible/product-docs) repository. The [Build_Tower_Docs](http://jenkins.testing.ansible.com/view/Tower/) job builds and publishes PDF, and HTML, documentation.
|
||||||
|
|||||||
Reference in New Issue
Block a user