TODO: Replace "newdocs.ceph.com" with "docs.ceph.com" in the rsync
command. This can be done once we change the "docs.ceph.com" A record in
DNS to point to the the newdocs.ceph.com web server.
- doxygen
- ditaa
- ant
+ # teuthology-docs job:
+ - libmysqlclient-dev
+ - libevent-dev
+ - libffi-dev
when: ansible_pkg_mgr == "apt"
- name: install python-jenkins
- doxygen
- ditaa
- ant
+ # teuthology-docs job:
+ - libmysqlclient-dev
+ - libevent-dev
+ - libffi-dev
when: ansible_pkg_mgr == "apt"
- name: install six, latest one
# create the docs build with tox
tox -rv -e docs
# publish docs to docs.ceph.com/docs/teuthology
-rsync -auv --delete .tox/docs/tmp/html/* ubuntu@docs.front.sepia.ceph.com:/var/teuthology/docs/
+rsync -auv --delete .tox/docs/tmp/html/* jenkins-publish@newdocs.ceph.com:/var/teuthology/docs/
browser-url: https://github.com/ceph/teuthology.git
timeout: 20
+ wrappers:
+ - ssh-agent-credentials:
+ users:
+ # "jenkins-publish" SSH key, needed for rsync to docs.ceph.com:
+ - 'fa9ca012-6731-4c7d-be74-eda748e36ee8'
+
builders:
- shell:
!include-raw ../../build/build