https://github.com/ipython/ipython-ansible-jenkins
[Deprecated] Ansible playbook for our Jenkins server
https://github.com/ipython/ipython-ansible-jenkins
Last synced: 3 months ago
JSON representation
[Deprecated] Ansible playbook for our Jenkins server
- Host: GitHub
- URL: https://github.com/ipython/ipython-ansible-jenkins
- Owner: ipython
- License: bsd-3-clause
- Archived: true
- Created: 2014-04-23T15:50:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T14:49:24.000Z (over 8 years ago)
- Last Synced: 2024-09-25T19:46:40.014Z (over 1 year ago)
- Homepage:
- Size: 16.6 KB
- Stars: 10
- Watchers: 15
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ipython-ansible-jenkins
=======================
**DEPRECATED**: We are moving away from Jenkins. We will be performing more
tests with free hosted CI services (Travis, Circle, Appveyor). Some of the
integration tests we previously ran in Jenkins are now run from:
https://github.com/jupyter/test-grid
Ansible playbook for the IPython Jenkins server.
This relies on [ICTO/ansible-jenkins](https://github.com/ICTO/ansible-jenkins) as a role, so make sure to do the submodule dance after cloning, changing branches, etc.
```bash
$ git clone https://github.com/ipython/ipython-ansible-jenkins.git
$ git submodule init
$ git submodule update
```
## Installation
```
ansible-playbook -i hosts site.yml
```